Teamcity超时或无法识别的URL连接到VSO

时间:2015-12-02 19:53:51

标签: git version-control teamcity azure-devops

我完全无法将Team City连接到我们的VSO git存储库 - 一段时间后我收到以下错误之一:

List remote refs failed: java.net.SocketTimeoutException: Read timed out

Cannot create a project using the specified URL. The URL is not recognized.

Error Message

我能够从安装了TeamCity的同一台机器上克隆存储库。

我已在帐户中启用了备用凭据,并使用该组凭据连接到Team City。

我一直关注的网址格式:

的https:// {公司名称} .visualstudio.com / DefaultCollection / _git / {RepoName}

公司名称或回购名称中也没有空格。

是否还有其他人遇到此问题,或者我可以采取任何进一步的故障排除步骤来解决这个问题?

根据Dan的建议删除/ _git / {ProjectName}给了我同样的错误:

enter image description here

1 个答案:

答案 0 :(得分:0)

只需从您的网址中删除_git/XXX部分,TeamCity就会知道如何使用以下网址检索存储库:https://xxx.visualstudio.com/DefaultCollection。查看this帖子了解更多详情。