503 error pushing to remote

前端 未结 2 875
醉梦人生
醉梦人生 2020-12-18 06:37

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         


        
2条回答
  •  囚心锁ツ
    2020-12-18 07:02

    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.

提交回复
热议问题