git 报错 fatal: bad config value for 'http.postbuffer' in .git/config - wulong710的专栏 - CSDN博客

wulong@wulong-PC /cygdrive/d/work/android.dooyogame/df_android_lib
$ git push origin master
fatal: bad config value for 'http.postbuffer' in .git/config

解决方法:

wulong@wulong-PC /cygdrive/d/work/android.dooyogame/df_android_lib

$ git config http.postBuffer 524288000

再次:

$ git pull
remote: Counting objects: 466, done
remote: Finding sources: 100% (407/407)
remote: Getting sizes: 100% (224/224)
remote: Compressing objects:   1% (2/165)
Receiving objects:  64% (263/407), 1.19 MiB | 95 KiB/s

$ git push origin master


Original url: Access
Created at: 2019-04-24 16:40:04
Category: default
Tags: none

请先后发表评论
  • 最新评论
  • 总共0条评论