当我尝试将更改暂存到当前空的存储库时会发生此错误:
error writing "file2e7f660": broken pipe
error writing "file2e7f660": broken pipe
while executing
"puts -nonewline $fd "[encoding convertto utf-8 $path]\0""
(procedure "write_update_index" line 34)
invoked from within
"write_update_index file2e7f660 {public/Aanmeegamalar/desktop.ini public/google10c909b6a3b8.html public/hehe.txt public/..."
我使用 Git GUI 来完成这项工作,因为当我使用 git bash 时,即使我添加了目录,它也只会添加一个文件git add public
。什么可以解决这个问题?我搜索了答案,但git config http.postBuffer 209715200
没有解决问题。
编辑:我也尝试重新安装 git,但它似乎并没有解决问题。
编辑2:操作系统是windows 7 32bit。