eclipse - 使用 Eclipse 克隆 git 存储库失败

标签 eclipse git bitbucket egit git-clone

尝试从 bitbucket 中提取新代码,但我不断收到读取超时错误。

enter image description here

出现一个 pop 窗口,上面写着:

Git repository clone failed.
Read timed out.

点击显示错误日志说-

Plug-in: org.eclipse.egit.ui

Date: current time of failure

最佳答案

这才是正确的思路,

前往- Window -> Preferences -> Team -> Git

并将 Remote Connection timeout(seconds) 设置为更高的值。

默认设置为 30 秒。

当设置为 180 秒并尝试 pull 时,它成功了。

关于eclipse - 使用 Eclipse 克隆 git 存储库失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18745751/

相关文章:

java - Eclipse Android SDK : Bad version number in . 类文件

ruby-on-rails - 在开源实时 Rails 应用程序时,将 session key 保密在源代码管理中是否危险?

git - 无法对分支使用 git pull

git - SVN -> Git 迁移后如何彻底清理?

git - 是否无法在 Jenkinsfile 中 checkout 不同的分支?

java - 在eclipse中为android项目创建jar

java - 循环 e​​clipse 代码模板中的字段

c++ - 未找到/usr/local/lib 中的库

git - 我在存储库中发布了我的 SSH 私钥

php - 如何从 bitbucket 克隆一个 laravel 项目并使用 Sourcetree 在你的计算机上安装和运行?