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 o
I faced the same issue. Tried setting my global email to my account's email as:
git config ---global user.email MY_GIT_EMAIL
then tried
git push
and it worked for me.