문제

I created git repository previously and then I started working on a project which was on the server. I did push and pull just fine. But later on due to some conflicts, I deleted my local repository.

But now whenever I try to create a local repository, I get the following error:

git.Run() had no output.

I didn't found any solution on net after searching a lot.

Don't know what happened with TortoiseGIT and msysgit.

도움이 되었습니까?

해결책

Try this:

1. Uninstall TortoiseGit

2. Delete TortoiseGit registry using regedit.exe on windows.

3. Reinstall TortoiseGit

Hope this helps.

다른 팁

The issue 667 from TortoiseGit mentions:

I had the problem too and fixed it:

In the TortoiseGit Settings --> General, you have to specify the following folder for "Git.exe Path": "C:\msysgit\bin" and not "C:\msysgit\git" ("C:\msysgit" your individual msysGit-Root)
After clicking on "Check now" the ".dll" should be passed automatically and the versionnumer should be displayed which is not the case if you use the git folder.

git exe

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top