Why do I get error: RPC failed; result=52, HTTP code = 0 fatal: The remote end hung up unexpectedly when pushing to github?
I created a new repository on github and wanted to push some files. So I initialize the repository like normal and do git add . to add the current directory (which is my java project folder with bin and src folder inside). Then I added the remote directory using: git remote add https://github.com/username/project.git Then I made my first commit git commit -m "First Commit" then I type git push -u origin master and I get this error: Counting objects: 63, done. Delta compression using up to 4 threads. Compressing objects: 100% (60/60), done. Writing objects: 100% (62/62), 16.98 KiB, done. Total