【发布时间】:2014-07-14 10:22:12
【问题描述】:
就在一夜之间,我的 Windows 版 GIT 突然停止工作,对于每个存储库。
每个 git 操作都以一个对话框结束,上面写着“Windows 的 Git 停止工作”(无论是来自 GIT bash、PowerShell 还是 SourceTree):
/c/Projects/Github/SignalR (master)
$ git pull upstream master
remote: Counting objects: 15, done.
remote: Compressing objects: 100% (14/14), done.
fatal: write error: Invalid argument
fatal: unpack-objects failed
我已经完全重新安装了 GIT,删除了所有凭证助手(最新版本,1.9.4),删除了我的 .gitconfig 文件,删除/重新安装了 git 扩展,没有任何帮助。
事件查看器仅提及 ntdll.dll 中的错误:
Faulting application name: git.exe, version: 1.9.0.0, time stamp: 0x5399b485
Faulting module name: ntdll.dll, version: 6.3.9600.17114, time stamp: 0x53648f36
Exception code: 0xc0000005
Fault offset: 0x0003ffc5
Faulting process ID: 0x2228
Faulting application start time: 0x01cf9f49e1a5842c
Faulting application path: C:\Program Files (x86)\Git\bin\git.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report ID: 1f536891-0b3d-11e4-833c-6003089821b1
Faulting package full name:
Faulting package-relative application ID:
自昨天以来我似乎没有安装任何新的 Windows 更新,当时它运行良好......
有什么想法可能导致这一切突然发生吗?
【问题讨论】:
标签: windows git powershell