I am pushing a git folder -10 gigs big and it gets stuck after:
> C:\FIS>git push -u -v origin master Pushing to
> https://xxx/kaulk/FIS.git Username for
> 'https://xxx': kaulk Password for
> 'https://xxx': Counting objects: 393927, done.
> Delta compression using up to 4 threads. Compressing objects: 100%
> (106741/106741), done. POST git-receive-pack (chunked)93927), 484.62
> MiB | 27.60 MiB/s
I have already increased the git buffer space and have the latest git installations but to no help.
Also the non verbose log is :
C:\FIS>git push -u -f origin master
Username for 'https://github.dowjones.net': kaulk
Password for 'https://kaulk@github.dowjones.net':
Counting objects: 393927, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (106741/106741), done.
Writing objects: 100% (393927/393927), 737.64 MiB | 6.22 MiB/s, done.
Total 393927 (delta 298221), reused 365855 (delta 272814)
So it does compress it to less than 1 gb.