Git

[Git Error] remote: Internal Server Error

남 희 2022. 3. 18. 00:50

git push 과정에서 위와 같은 오류가 발생했다.

1. 오류 메시지

   remote: Internal Server Error (내부 서버 에러)

   ! [remote rejecte] main -> main (Interna Server Error)

 

2. 오류 원인

  일반적으로 Github 서버 자체의 문제 때문에 나타난다고 한다.

  (그래서 그런지 internal server error라고 검색하면 해결책이 명쾌하게 나온 게 없었다.)

 

3. 해 볼 수 있는 것

 

GitHub Status

Subscribe to updates for Incident with GitHub Actions, API Requests, Codespaces, Git Operations, Issues, GitHub Packages, GitHub Pages, Pull Requests, and Webhooks via email and/or text message. You'll receive email notifications when incidents are updated

www.githubstatus.com

Github Status에서 현재 Github 상태를 확인해볼 수 있겠다.

 

4. 결론 : Github 서버의 Partial Outage 이슈!

어제 오후 11시 즈음에 성능 저하 문제 메시지가 발생한 것을 확인했다!

노란 표시는 Partial Outage를 의미하는데 이는 Github 서버가 원활하지 않음을 의미한다.

시간이 지난 다음에 git push를 하면 오류가 없어질 것이라고 판단했다.

 

 

실제로 그 다음 아침에 GitHub Status를 확인해보니 노란색 표기가 초록색으로 변했었다.

git push도 정상적으로 동작함을 확인했다!

Internal Server Error는 Github 자체 문제이니 시간이 지난 후 시도하도록 하자!

 

 

<참고 사이트>

 

No changes seen after pushing to Git. Git Internal Server Error

There are similar questions but I could not find any answer that would solve the issue. git status On branch master Your branch is ahead of 'origin/master' by 1 commit. (use "git push"...

stackoverflow.com

 

'Git' 카테고리의 다른 글

[Git Error] 'git checkout' error  (0) 2021.07.07