git push 的时候出错,提示:
fatal: The remote end hung up unexpectedly
遇见几次了,原因是因为文件太大,把限制放宽就好了。命令:
git config http.postBuffer 524288000
git push 的时候出错,提示:
fatal: The remote end hung up unexpectedly
遇见几次了,原因是因为文件太大,把限制放宽就好了。命令:
git config http.postBuffer 524288000