1. 程式人生 > >git failed to push some refs to 'https:路徑'

git failed to push some refs to 'https:路徑'

git 命令執行 push 的時候報錯:

      failed to push some refs to 'https:xxxxx.git'

解決:
      1.git merge --abort    撤消合併

       2.git reset --merge    前git版本

執行完上面兩個命令之後(如果有衝突解決衝突)

在執行pull

在執行push

就OK啦啦啦啦啦啦