I created a hosted GIT repository. Pretty much all default settings. I was able to clone it. What I noticed is there is no `Master` branch. When pushing back I get the following errors:
Counting objects: 4, done.
Writing objects: 100% (4/4), 256 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
error: unpack failed: unpack-objects abnormal exit
To http://sourcecontrol.XXXX.com:8080/diffusion/TESTAGAIN/test-again-report.git
! [remote rejected] master -> master (n/a (unpacker error))
error: failed to push some refs to 'http://sourcecontrol.XXXX.com:8080/diffusion/TESTAGAIN/test-again-report.git'
(I replaced the domain name in the error for security concerns here)