error: cannot lock ref.. 'refs/tags' exists; cannot create 'refs/tags/

前端 未结 7 901
野性不改
野性不改 2021-01-31 02:10

I\'m getting a strange \"cannot lock ref\" error when trying to pull changes from github. I\'ve tried git gc, and looked around for similar errors but can\'t find a solution.

7条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-31 02:44

    Running

    git remote prune origin
    

    Worked for me. Not sure why this was the issue, but seems like there was a broken reference to a remote branch.

提交回复
热议问题