Hello World

Be Happy!

git clone fatal: The remote end hung up unexpectedly


sudo git clone http://xxxxxx/xx/xx.git
Cloning into 'xx'...

remote: Counting objects: 27829, done.
remote: Compressing objects: 100% (10470/10470), done.
fatal: The remote end hung up unexpectedly00 MiB | 2.71 MiB/s      
fatal: early EOF
fatal: index-pack failed

solution

git clone --depth=1 http://xxxxxx/xx/xx.git
#git (13)
List