其他分享
首页 > 其他分享> > git push大文件失败(write error: Broken pipe)完美解决

git push大文件失败(write error: Broken pipe)完美解决

作者:互联网

问题

  在使用git push推送大文件(超过了100MB)到GitHub远程仓库时提示异常,异常信息如下:

fatal: sha1 file '<stdout>' write error: Broken pipe

fatal: the remote end hung up unexpectedly

通过查阅了一些资料,我发现是因为GitHub对提交的文件大小做了限制,GitHub会阻止超过100 MB的推送(单文件),检查了一下我提交的文件中有一个超过200MB的文件。

GitHub官方说明

标签:write,git,http,pipe,GitHub,postBuffer,push,config
来源: https://www.cnblogs.com/Can-daydayup/p/15677469.html