Git error on git pull (unable to update local ref)

后端 未结 18 1754
鱼传尺愫
鱼传尺愫 2020-12-12 11:25

I only have branch master and im getting this error every time i try to \"git pull\":

error: Couldn\'t set refs/remotes/origin/master
From /var/lib/git/xxx/p         


        
18条回答
  •  醉梦人生
    2020-12-12 12:21

    What worked for me was:

    git config --global fetch.prune true
    

    Now it keeps on running prune automatically.

提交回复
热议问题