I had the same problem, so here is what I did:
- Rightclick β Tortoise Git β Settings
- General
- For Extern DLL Path, enter \ To \ Git \ git-cheetah \ git_shell_ext64.dll Path
After that, Tortoise Git began to work flawlessly. He updated Git.exe. Path to: Path \ K \ Git \ bin
There are no more unsightly errors, more posts talking about the Git source located at code.google.com or whatever it was ... everything worked flawlessly for me.
Hope this solves your problem: D
Edit
Of course, \ path \ to \ is a common understanding among programmers, but I would rather be safe than sorry, explaining what I mean.
My \ path \ to \ for Git: * C: \ Program Files (x86) *
This means that my Git.exe path is: C: \ Program Files (x86) \ Git \ bin , and my external DLL path is C: \ Program Files (x86) \ Git \ GIT cheetah \ git_shell_ext64.dll .
source share