使用git am添加patch失敗後, repo更新項目失敗:prior sync failed; rebase still in progress

出現該問題需要將相應的事件中斷。

執行下以下兩條命令即可

git rebase --abort

git am --abort
然後再更新代碼

參考鏈接:http://blog.chinaunix.net/uid-9185047-id-1993275.html

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章