Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
那里似乎没有仍然有效的指南,所以我问如何在 Eclipse 中使用 Egit 将项目推送到 GitHub。我遵循了一些指南,但最终得到了“规范与源存储库中的任何现有引用都不匹配”。推送对话框中的错误。
我正在使用 Eclipse 3.6.1 和 Egit 0.9.1。应该可以使用 Egit 不是吗?如果你能给出一个简短的分步指南来成功推动一个 Egit 项目,那就太好了。
您应该首先将项目提交到本地存储库。然后选择 Team->Remote->Push... 将项目推送到 Github。