Danceiny / WikiNotes

My notes.
6 stars 2 forks source link

Git技巧 #7

Open Danceiny opened 5 years ago

Danceiny commented 5 years ago

git push/pull 因为文件太多而pending住 的问题

git config --global http.postBuffer 524288000。因为默认postBuffer默认上限1MB。