Git在push文件时,文件太大或是响应超时报错的解决办法 第一种: 找到Git/etc/ssh/ssh_config文件, 在#Host *下面修改或添加 # ServerAliveInterval 120 第二种: 修改一下git的文件大小限制,找到项目中.git/config文件,添加 [http] postBuffer = 524288000