I am encountering a 503 error pushing to Github:
$ git push github develop
Counting objects: 22, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (22/22), done.
Writing objects: 100% (22/22), 4.16 KiB | 0 bytes/s, done.
Total 22 (delta 16), reused 0 (delta 0)
error: RPC failed; HTTP 503 curl 22 The requested URL returned error: 503 Service Unavailable
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date
I've checked their status page and "All systems operational" so I'm thinking it must be something with my configuration. My .gitconfig
file just have my name and email:
[user]
name = Bradley Wogsland
email = <omitted>
(I've omitted my real email here but in the actual file it's there).
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…