我正在Windows 10上运行Jenkins进行练习。我正在尝试从jenkins-Apache集成服务器中删除存储库。但是,git fetch调用持续10分钟,然后超时。
Fetching changes from the remote Git repository
> git.exe config remote.develop.url ~~~~~ # timeout=10
Fetching upstream changes from ~~~
> git.exe --version # timeout=10
using GIT_ASKPASS to set credentials gitlab for build and management
> git.exe fetch --tags --force --progress ~~~~
ERROR: Error fetching remote repo '${name}'
hudson.plugins.git.GitException: Failed to fetch from ~~~~
:) 预先感谢您的协助。