【发布时间】:2013-08-05 00:51:55
【问题描述】:
我刚刚在https://[account].visualstudio.com 上设置了一个支持 Git 的新 TFS 项目,并安装了最新版本的 Android Studio。
我正在尝试通过 Android Studio 克隆新项目:
VCS -> Checkout from Version Control -> Git
然后我输入了与上面相同的 url,https://[account].visualstudio.com 和 https://[account].visualstudio.com/DefaultCollection/_git/[projectname],作为 git repo url,并输入了适当的用户名和密码,但得到错误:Repository test failed。
我收到此错误是因为我执行的过程不正确,还是因为无法从 Android Studio 克隆 TFS 项目?
我知道它可以在 Eclipse 中使用,但我真的很喜欢新的 Android Studio,并希望使用它。
【问题讨论】:
标签: git tfs android-studio azure-devops