【Git】git did not exit cleanly (exit code 1) 异常处理

git提交时报错:git did not exit cleanly (exit code 1) 异常处理

此时我们可以试着做Git commit -> "master"

此时你会发现你这里有未提交的文件: Not Versioned Files. 把这些文件干掉.

重新做git pull的时候就不会报错啦...

猜你喜欢

转载自blog.csdn.net/m0_69061857/article/details/128576004