반응형
에러 현상
- git fetch 명령어를 실행했는데, 연결이 되지 않는 이슈
에러 메시지
ssh: connect to host github.com port 22: Operation timed out
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
해결 방법
- 아래 코드를 ~/.ssh/config 파일에 넣어주면 된다.
Host github.com
Hostname ssh.github.com
Port 443
참고 자료
반응형
'에러 핸들링' 카테고리의 다른 글
Unable to obtain ZonedDateTime from TemporalAccessor (0) | 2024.04.05 |
---|---|
Port 8080 was already in use (feat. 8080 포트 죽이기) (0) | 2023.04.03 |
Config data resource ... via location ... does not exist (0) | 2023.03.08 |
UUID 로 설계한 댓가 (0) | 2023.02.23 |
ArithmeticException 해결하기 (0) | 2023.02.12 |
댓글