我正在尝试使用Git Bash在 Visual Studio Online 中的git repo上执行git clone
。我可以通过Visual Studio 2013编辑器做到这一点,但我想弄清楚如何在Bash中做。
git clone https://myvso.visualstudio.com/defaultcollection/_git/myproj
我一直在
fatal: https://myvso.visualstudio.com/defaultcollection/_git/myproj/info/refs not valid: is this a git repository?