简体   繁体   中英

Git hangs after writing objects, when i am trying to push my ios app

$ git push origin master
Counting objects: 865, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (766/766), done.
Writing objects: 100% (865/865), 67.02 MiB | 7.63 MiB/s, done.
Total 865 (delta 237), reused 0 (delta 0)

Try increasing the size of your postBuffer in your global .gitconfig file.

Add this line to .gitconfig :

[http]
    postBuffer = 524288000

You can adjust the postBuffer of course.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM