TortoiseGit trouble: git did not exit cleanly (exit code 128)

前端 未结 4 678
一生所求
一生所求 2021-02-08 23:53

Here is a little bit background:

  1. I run Win7
  2. I have private git repo and installed Github for Windows
  3. I didn\'t like the Github for Windows client
4条回答
  •  天命终不由人
    2021-02-09 00:15

    I was having this same issue and I resolved it in the following way...

    I have the NVIDIA "Tegra Android Development Pack" installed and it seems to also have a version of mysysgit.exe with it. TortoiseGit automatically found that installation location (instead of the standard git installation) and auto-populated it in the settings menu.

    To correct this, go to: "Settings -> General" and there is a field for the path to mysysgit.exe. Make sure this is pointing to the correct installation.

提交回复
热议问题