티스토리 뷰
Tools/IntelliJ
[intellij] git push error 해결. (The requested URL returned error)
종벌🍀 2025. 1. 14. 09:58반응형
아침에 출근 후 빠르게 배포할일이 있어 커밋하고 push 를 했는디
한참 걸리더만 아래와 같은 오류들을 내뿜었다.
08:58:46.323: [...] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false push --progress --porcelain origin refs/heads/dev:dev
remote: Internal Server Error
fatal: unable to access 'https://github.com/....git/': The requested URL returned error: 500
...
fatal: unable to access 'https://github.com/....git/': The requested URL returned error: 503
...
fatal: unable to access 'https://github.com/....git/': The requested URL returned error: 502
에러코드가 500, 502, 503 등으로 나왔는데
처음에 503 에러가 났어가지고 권한 문제로 봤는데
다시 한번 해보니 500 에러가 나고 일정하지 않게 발생했다.
개인키 문제인가 싶어 확인해봤는데 내 개인키는 만료일이 없다.
해당 오류로 확인을 해봤는데 개인키를 재인증하라는 등 여러가지 이유가 있어
그냥 인텔리제이에서 git 계정을 지웠다 다시 넣었다... 잘 된다....
Settings - Version Control - GitHub - 계정 제거 후 재 로그인
그냥 해결되었다.;;
반응형
'Tools > IntelliJ' 카테고리의 다른 글
[IntelliJ] build 할때 test 제외하기 (compileTestJava 등) (0) | 2024.10.10 |
---|---|
[IntelliJ] Github, Third-party application access policy 설정하는 법 (0) | 2024.06.18 |
[IntelliJ] java 파일 cannot find symbol 해결하기. (0) | 2024.04.03 |
[IntelliJ] VM options 최적 설정. (feat.내가쓰는) ver.2 (0) | 2024.03.05 |
[IntelliJ] Entity 또는 DTO 자동생성 하기. (1) | 2024.01.23 |
댓글