I've got a repo in github with master
and 1.0
branches.
When I push changes from local repo to github to 1.0
branch, it's ok.
But when I push changes from local to github to master
branch, it fails with message:
fatal: The remote end hung up unexpectedly
error: RPC failed; HTTP 503 curl 22 The requested URL returned error: 503 Service Unavailable
- I have no protected branches.
- I'm the github repo owner.
- origin looks like
https://user@github.com/user/repo.git
What am I doing wrong?