1.先更改一下git的上傳限制大小
命令: git config http.postBuffer 524288000
或者找到user文件夾(即前往/個人),找到.gitconfig(為隱藏文件,需打開)更改[http]下的
postBuffer = 524288000
文件的顯示隱藏命令
顯示:defaults write com.apple.finder AppleShowAllFiles -boolean true
隱藏:defaults write com.apple.finder AppleShowAllFiles -boolean false
需重啟finder
2.若以上不能解決問題,嘗試服務端解決,修改nginx

Paste_Image.png