标签: git github
当我尝试克隆git存储库时,收到错误消息
远程端在git cloning时意外挂断
我对它进行了一些搜索并找到了here以上的解决方案,但我想知道当前的分配是什么。那我怎么检查呢?
答案 0 :(得分:12)
在git存储库的根文件夹中运行此命令(通过这样做,您将搜索~/.gitconfig和.git/config个文件):
~/.gitconfig
.git/config
git config --get http.postBuffer
如果没有显示任何内容,则使用默认值(git config man page中的1 MiB)。
git config