Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/23.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Git sh.exe已停止在windows 8上工作_Git_Git Bash - Fatal编程技术网

Git sh.exe已停止在windows 8上工作

Git sh.exe已停止在windows 8上工作,git,git-bash,Git,Git Bash,当我从命令行键入git时,一切都正常。 但当我尝试运行Git Bash时,我发现错误sh.exe已停止工作 详情: 问题签名: 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 Fau

当我从命令行键入git时,一切都正常。 但当我尝试运行Git Bash时,我发现错误sh.exe已停止工作 详情:

问题签名:

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。重新安装没有帮助。

您可以尝试使用更新的git bash和新的git for Windows(4小时前发布)中的
sh.exe

只需将其解压缩到任意位置,然后将
c:\path\to\PortableGit-2.4.4.2-3rd-release-candidate-64位\cmd
添加到
%path%

另外,启动Git bash(
c:\path\to\PortableGit-2.4.4.2-3rd-release-candidate-64位\Git bash.exe
),查看问题是否仍然存在


我解释了为什么64位版本的新Git for Windows出现在“.”

谢谢,这不是我所期望的最佳解决方案,而是可行的,我可以继续我的工作。