【问题标题】:Error in EGIT in checkout from SpringSource repository从 SpringSource 存储库结帐时 EGIT 出错
【发布时间】:2013-04-26 22:32:22
【问题描述】:

我正在使用 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 未找到

请检查

网络连接设置

网络连接 -> SSH2 Eclipse 首选项

【问题讨论】:

    标签: egit springsource


    【解决方案1】:

    此错误是由于服务器端应用程序更新导致没有最新版本的 git 导致的。如果可能,我建议尝试通过不同的协议(git:// 或 ftp)访问它。否则,只需检查 egit 插件中的更新即可。

    更新:

    我了解到 github 支持 git 协议。你可以使用

    git://github.com/SpringSource/spring-mvc-showcase.git

    作为存储库。 (如果 egit 要求与 URL 分开的协议,请将其从 https 更改为 git)。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2023-04-03
      • 1970-01-01
      • 1970-01-01
      • 2019-10-28
      • 1970-01-01
      • 1970-01-01
      • 2013-01-25
      • 1970-01-01
      相关资源
      最近更新 更多