After running git push, it doesn't return bash prompt. I have to hit ctrl+c
to get the prompt. I'm not sure if hitting ctrl+c
might cause any issue to the push?
Tested it using latest git version 2.24.1 and problem persist.
This started happening after I ran the command git config http.postBuffer 524288000
since the push was very slow (at 11 Kib/s) when the file count was greater than 1024. Now the push is fast but doesn't return back to shell.
Counting objects: 1703, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (1649/1649), done.
Writing objects: 100% (1702/1702), 176.35 MiB | 4.97 MiB/s, done.
Total 1702 (delta 517), reused 0 (delta 0)
Its' stuck here.. Doesn't return bash prmopt.
In Verbose mode it is stuck at POST
Counting objects: 1703, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (1649/1649), done.
Writing objects: 100% (1702/1702), 176.35 MiB | 4.88 MiB/s, done.
Total 1702 (delta 516), reused 0 (delta 0)
POST git-receive-pack (184921569 bytes)