git 拉取时出错 fatal: the remote end hung up unexpectedly

问题描述:git 拉取时出错 fatal: the remote end hung up unexpectedly

解决方法: 增加 Git 中的 POST 缓冲区大小

git config http.postBuffer 2M
git config ssh.postBuffer 2M

你可能感兴趣的:(Linux,Windows,git,github,ssh)