2013-03-18 86 views
2

我之前創建了git倉庫,然後開始處理服務器上的項目。我確實推拉得很好。但後來由於一些衝突,我刪除了我的本地存儲庫。git.Run()沒有輸出

但現在每當我試圖創建一個本地倉庫,我得到以下錯誤:

git.Run() had no output

在搜索了很多東西之後,我沒有在網絡上找到任何解決方案。

不知道TortoiseGIT和msysgit發生了什麼。

+0

你使用哪個msysgit? http://code.google.com/p/tortoisegit/issues/detail?id=667提到最近的msysgit版本解決了這個問題。 – VonC 2013-03-18 13:38:07

+0

我正在使用'msysGit-fullinstall-1.8.1.2-preview20130201' – 2013-03-18 13:40:53

回答

2

試試這個:

卸載TortoiseGit

2.刪除TortoiseGit在Windows上使用regedit.exe的註冊表。

重新安裝TortoiseGit

希望這有助於。

1

從TortoiseGit的issue 667提到:

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

+0

我已經通過這個鏈接,並試過這個,但這並沒有幫助我,因爲我檢查了這些設置,它們都很好。正如我在問題中提到的那樣,資源庫是之前創建的,但不是現在。 – 2013-03-18 13:44:10

+0

@SaurabhJain您正在使用哪個版本的TortoiseGit? – VonC 2013-03-18 13:44:49

+0

'TortoiseGit-1.8.1.0-32bit' – 2013-03-18 13:45:26