解決git pull拉取更新代碼失敗,unable to resolve reference ‘refs/remotes/origin/xxx分支名’: reference broken問題

摘要html

   近期在合併拉取代碼,在合併分支代碼時不知作了什麼操做,使用 git pull 命令更新本地代碼失敗,顯示本地分支參考關聯損壞失效。具體的錯誤提示以下圖所示:git

 

解決方案post

  一、根據錯誤提示,找到本地 .git 中損壞的 ‘refs/remotes/origin/xxx分支名’文件,刪除便可。fetch

  二、刪除損壞的文件後,再使用 git pull 從新拉取更新遠程端的代碼便可完美解決。spa

參考文章:htm

  https://blog.walterlv.com/post/git-fetch-failed-for-reference-broken.htmlblog

相關文章
相關標籤/搜索