VS2017 a rebase operation is in progress in the XXXX
Visual Studio 2017使用github出现无法提交。错误信息a rebase operation is in progress in the 项目名
解决办法:打开命令行,输入git rebase –abort 或 git rebase –continue 或 git rebase –skip
即可,意思分别是中断,继续和跳过!即可解决问题!
使用C#开发跨平台游戏
Visual Studio 2017使用github出现无法提交。错误信息a rebase operation is in progress in the 项目名
解决办法:打开命令行,输入git rebase –abort 或 git rebase –continue 或 git rebase –skip
即可,意思分别是中断,继续和跳过!即可解决问题!