I am facing below error when trying to commit code to https://github.com.
$ git push
Enumerating objects: 26, done.
Counting objects: 100% (26/26), done.
Delta compression using up to 8 threads
Compressing objects: 100% (18/18), done.
Writing objects: 100% (26/26), 9.37 KiB | 799.00 KiB/s, done.
Total 26 (delta 0), reused 0 (delta 0)
error: RPC failed; HTTP 503 curl 22 The requested URL returned error: 503
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
Everything up-to-date
I already went thru link: 503 error pushing to remote. But still its not working and many people have faced this issue but no one has put confirmed answer on the same.
Its having because I am behind company firewall as before I was able to do it before?