git push - Github Status : Error in Pushing...!! Aborting? -
i'm trying push build in github , keep on getting "aborting" status , have tried multiple times , experience same error.not sure,how solve issue ? or advice on great.
commit successful username 'https://github.com': ######## password 'https://######@github.com': error: pack-objects died of signal 9 fatal: remote end hung unexpectedly fatal: remote end hung unexpectedly fatal: write error: bad file descriptor error in pushing..!! aborting.
check if having large file in repo.
instance, config 1 can help:
git config --global pack.windowmemory "32m"
it represents maximum size of memory consumed each thread in git-pack-objects
pack window memory.
you have (as mentioned before):
git config http.postbuffer 52428800
you can use tool bfg repo-cleaner rid of large file.
Comments
Post a Comment