git did not exit cleanly (exit code 128) [duplicate]

不羁的心 提交于 2019-12-02 21:40:34

问题


i am getting this error. Tried all the solution from How to resolve "git did not exit cleanly (exit code 128)" error on TortoiseGit?

I m using tortoise git & have git version 1.9.5.msysgit.1


回答1:


I think 128 means the file is not found. Make sure TortoiseGit has been configured correctly to know which git.exe to run.

Try opening Git Bash and running git there, you might get a better error message.




回答2:


I guess you did not configured your email and name. If not Configure them.

These are the steps to configure.

git config --global user.name "Your Name"

git config --global user.email "you@example.com"


来源:https://stackoverflow.com/questions/29428009/git-did-not-exit-cleanly-exit-code-128

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!