git did not exit cleanly (exit code 128) [duplicat

2019-03-04 06:15发布

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

2条回答
该账号已被封号
2楼-- · 2019-03-04 06:32

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.

查看更多
Lonely孤独者°
3楼-- · 2019-03-04 06:43

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"
查看更多
登录 后发表回答