Pregunta

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.

¿Fue útil?

Solución

Try this:

1. Uninstall TortoiseGit

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

3. Reinstall TortoiseGit

Hope this helps.

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top