【发布时间】:2015-10-01 04:30:02
【问题描述】:
当我尝试从团队基础服务器克隆项目时,总是显示以下信息:
$ git clone http://ns158z:8080/tfs/DefaultCollection/_git/ezrama
Cloning into 'ezrama'...
致命:无法访问 'http://ns158z:8080/tfs/DefaultCollection/_git/ezrama/': 请求的 URL 返回错误:502
而且好像是Authentication的错误~
Ps.我在windows下使用git-bash,要不要安装一些其他的软件??
【问题讨论】:
-
这是 TFS 为您提供的该存储库的正确 URL 吗?
-
服务器设置在公司私有域中,这就是地址看起来奇怪的原因。但是,当我在 Visual Studio 2013 中使用 tfs 时,它是正确且可行的。但是,我更喜欢使用 git bash,它在 git 命令行界面中无法正常工作。
标签: git bash authentication tfs command