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.
试图从 bitbucket 中提取新代码,但我不断收到读取超时错误。
出现一个弹出窗口,它只是说:
Git repository clone failed. Read timed out.
单击显示错误日志说-
插件:org.eclipse.egit.ui 日期:当前故障时间
插件:org.eclipse.egit.ui
日期:当前故障时间
这是正确计算出来的方法,
要去——Window -> Preferences -> Team -> Git
Window -> Preferences -> Team -> Git
并设置Remote Connection timeout(seconds)为更高的值。
Remote Connection timeout(seconds)
默认设置为 30 秒。
当设置为 180 秒并尝试拉动时,它起作用了。
Egit 无法读取远程存储库。它有一个超时。
确保您对 repo 有适当的访问权限。检查您的网络连接,检查 ssh 密钥和/或密码,检查权限。它可以在另一台电脑上运行吗?