美文网首页
关于git提交失败报错POST git-receive-pack

关于git提交失败报错POST git-receive-pack

作者: 低调的前行者灬 | 来源:发表于2017-01-22 10:28 被阅读0次

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

相关文章

网友评论

      本文标题:关于git提交失败报错POST git-receive-pack

      本文链接:https://www.haomeiwen.com/subject/lzanbttx.html