如何成功地将 Egit 与 GitHub 结合使用?
似乎没有仍然有效的指南,所以我询问如何在 Eclipse 中使用 Egit 将项目推送到 GitHub。我遵循了一些指南,但最终得到了“规范与源存储库中的任何现有参考不匹配”的结果。推送对话框中出现错误。
我正在使用 Eclipse 3.6.1 和 Egit 0.9.1。应该可以使用 Egit 不是吗?如果您能提供一个简短的分步指南来成功地使用 Egit 推送项目,那就太好了。
There seems to be no guide out there that is still valid so I'm asking how to use Egit in Eclipse to push a project to GitHub. I followed some guides but end up with an "Specifications don't match any existing refs in source repository." error in the push dialog.
I'm using Eclipse 3.6.1 and Egit 0.9.1. It should be possible to use Egit shouldn't it? it would be great if you could give a short step by step guide to push a project with Egit successfully.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该首先将项目提交到本地存储库。
然后选择Team->Remote->Push...将项目推送到Github上。
you should commit the project first onto local repository.
and then select Team->Remote->Push... to push the project onto Github.