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

前端 未结 11 1058
没有蜡笔的小新
没有蜡笔的小新 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 01:09

    I'd guess that it's the leading * in the commit log that is somehow fooling the remote server.

    I can browse around the repo's web interface using some of the menu links, but others fail with a 404 - Unknown commit object or similar, particularly from the summary page.

    See if you can amend that last commit message and then force push the update to see if that fixes it. There may be a bug in the server demon. If it does fix it it would be worth reporting on the git list git@vger.kernel.org (plain text messages only)

提交回复
热议问题