执行 git clone http://192.168.1.250/git/projectName
warning: remote HEAD refers to nonexistent ref, unable to checkout
改为:
git branch -a,
git checkout remotes/origin/dev,
OK.
版权声明:本文为playddt原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
执行 git clone http://192.168.1.250/git/projectName
warning: remote HEAD refers to nonexistent ref, unable to checkout
改为:
git branch -a,
git checkout remotes/origin/dev,
OK.