[Git]处理 GitHub - Failed to sync this branch
|
189 |
Code
|
|
其实估计跟前段时间乱玩rebase有关,用 'git push'正常,但是sync就会提示"GitHub - Failed to sync this branch"
打开git shell
输入git status
它会提示你原因
我这里提示是 "Could not open file .git/rebase-merge/done for reading: No such file or directory"
把rebase-merge整个删掉后就正常了