Eclipse无法推送到Github

时间:2014-04-02 00:39:13

标签: eclipse git github

我已经安装了EGit并创建了一个repo并使用以下步骤将其推送到github:

步骤1: enter image description here

步骤2: enter image description here

第三步: enter image description here

步骤4: enter image description here

步骤5: enter image description here

步骤6: enter image description here

我收到以下错误:

无法连接到任何存储库:https://github.com/mleoking/JavaGnuplotHybrid.githttps://github.com/mleoking/JavaGnuplotHybrid.git:在远程端解包时发生错误:index-pack异常退出)

我也试过使用ssh,但它甚至不允许我通过step3。使用http我可以通过step3。

感谢您的帮助。

3 个答案:

答案 0 :(得分:1)

自己发现问题:

我只是删除了我的项目的git存储库,然后根据本指南创建了一个全新的git存储库:http://wiki.eclipse.org/EGit/User_Guide/Getting_Started

然后仍然使用相同的步骤,使用https而不是ssl。我成功地将它提交给了github:https://github.com/mleoking/JavaGnuplotHybrid

我真的不知道问题出在哪里。但最终上述步骤仍有效。

答案 1 :(得分:0)

请使用存储库的ssh地址。 http是只读的。

git@github.com:mleoking/JavaGnuplotHybrid.git

答案 2 :(得分:0)

在自定义Linux repos上,它可能是权限错误:

onSurfaceCreated()