在安装了Git的Eclipse中,我可以使用“Team - > Remote - > Push”成功推送我的项目。但是,如果我使用“Team - > Push to Upstream”,则会出现以下错误:
https://github.com/yltang/myPrepository.git: https://github.com/yltang/myPrepository.git/info/refs?service=git-receive-pack not found
有人可以提出一些解决方案吗?感谢。
答案 0 :(得分:1)
那是因为https://github.com/yltang/myPrepository不存在 https://github.com/yltang/myRepository确实如此。
只需修复Upstream Configuration中的上游网址,它就可以正常工作
可以在repository configuration中显示和编辑它,也可以单击存储库视图中分支上的Show In > Properties
。