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

前端 未结 11 1044
没有蜡笔的小新
没有蜡笔的小新 2020-12-01 00:50

This seems like a popular error for different causes.

I\'ve got a simple bare git repo called \"kiflea.git\", I clone it like this:

git clone git://k         


        
11条回答
  •  爱一瞬间的悲伤
    2020-12-01 00:58

    There's definitely something wrong with your remote repository. You might be able to fix it by making a new clone of the repository. Also pushing a new commit to the master branch might work too.

提交回复
热议问题