当前位置:   article > 正文

warning: remote HEAD refers to nonexistent ref, unable to checkout.

warning: remote head refers to nonexistent ref, unable to checkout.

在clone项目的时候出现如下警告信息:
warning: remote HEAD refers to nonexistent ref, unable to checkout.

在这里插入图片描述

项目目录clone下来了,但是点进去什么文件也没有,说明你的项目地址没有master分支。

可以用 git branch -a 查看远程仓库的分支有哪些?
在这里插入图片描述
切换到Branch_stable-it分支,项目就有代码了。
git checkout Branch_stable-it


【注】如果 git branch -a 不显示分支,则可参考 git clone非master分支代码

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/586733
推荐阅读
相关标签
  

闽ICP备14008679号