我正在使用Eclipse GIT(EGIT)来查看 https://github.com/SpringSource/spring-mvc-showcase
尝试克隆存储库后,我收到错误:
https://github.com/SpringSource/spring-mvc-showcase:https://github.com/SpringSource/spring-mvc-showcase / info / refs?service = git-upload-pack not found
请检查
网络连接设置
网络连接 - > SSH2 Eclipse首选项
答案 0 :(得分:1)
此错误是由于服务器端应用程序中的更新而没有最新版本的git引起的。如果可能,我建议尝试通过不同的协议(git://或ftp)访问它。否则,只需检查egit插件中的更新。
更新
我已经了解到github支持git协议的事实。你可以使用
git://github.com/SpringSource/spring-mvc-showcase.git
作为存储库。 (如果egit与URL分开请求协议,请将其从https更改为git)。