2015-06-20 112 views
2

當我從命令行輸入git時,所有工作都正常。 但是當我嘗試運行混帳猛砸,我收到提示sh.exe已停止工作 詳情:sh.exe已停止在Windows 8上工作

問題簽名:

Problem Event Name: BEX 
Application Name: sh.exe 
Application Version: 0.0.0.0 
Application Timestamp: 550b4e9e 
Fault Module Name: StackHash_5861 
Fault Module Version: 0.0.0.0 
Fault Module Timestamp: 00000000 
Exception Offset: PCH_78_FROM_ntdll+0x0003CA2C 
Exception Code: c0000005 
Exception Data: 00000008 
OS Version: 6.3.9600.2.0.0.256.4 
Locale ID: 1058 
Additional Information 1: 5861 
Additional Information 2: 5861822e1919d7c014bbb064c64908b2 
Additional Information 3: a10f 
Additional Information 4: a10ff7d2bb2516fdc753f9c34fc3b069 

Read our privacy statement online: 
http://go.microsoft.com/fwlink/?linkid=280262 

If the online privacy statement is not available, please read our privacy statement offline: 
C:\Windows\system32\en-US\erofflps.txt 

同時所有工作正常3-4天前。我在這段時間安裝了composer,xampp和Postgres,在Visual Studio 2012中安裝了英文MUI。重新安裝並沒有幫助。

回答

2

您可以用的Windows PortableGit-2.4.4.2-3rd-release-candidate-64-bit.7z.exe新的Git更近的git bash和sh.exe嘗試(發佈了4小時前)

只需解壓你想要的任何地方,並添加c:\path\to\PortableGit-2.4.4.2-3rd-release-candidate-64-bit\cmd%PATH%

此外,啓動Git bash(c:\path\to\PortableGit-2.4.4.2-3rd-release-candidate-64-bit\git-bash.exe),並查看問題是否依然存在。

我解釋了爲什麼64位版本的新的Git for Windows來到「Why is it that if you download Git 2.0 from the net, you always get a 1.9.4 installer package?」。

+0

謝謝,不是我期望的最好的解決方案,而是工作,我可以繼續我的工作。 –