【发布时间】:2019-08-26 17:06:28
【问题描述】:
我在 ip 10.0.0.1:8080 上有我的 Tfs/git 存储库,我想将 azure devops 管道连接到该存储库。我不能将 git 暴露在互联网上,因为公司的 polycies 并且他们不想使用 Azure Repos。
我知道我必须建立一个服务连接,但我无法访问私有 ip。
【问题讨论】:
标签: git azure tfs azure-devops azure-pipelines
我在 ip 10.0.0.1:8080 上有我的 Tfs/git 存储库,我想将 azure devops 管道连接到该存储库。我不能将 git 暴露在互联网上,因为公司的 polycies 并且他们不想使用 Azure Repos。
我知道我必须建立一个服务连接,但我无法访问私有 ip。
【问题讨论】:
标签: git azure tfs azure-devops azure-pipelines
如果要使用 Microsoft 托管代理连接到本地 git 存储库,则必须将本地 Git 公开到 Internet,否则 Azure DevOps 无法连接到它。
但是,您可以尝试以下解决方法:
【讨论】: