[에러]
git clone시 ssh: connect to host github.com port 22: Connection timed out 에러 발생
방화벽에서 차단하는 경우 자주 발생
[해결]
~/.ssh/config에 아래 내용 추가
다시 클론하면 해결
Host github.com
Hostname ssh.github.com
Port 443
'Language > Git' 카테고리의 다른 글
freeze and install (0) | 2024.04.07 |
---|---|
원격 저장소와 로컬저장소 연결 (1) | 2024.04.07 |
git 명령어 정리 (0) | 2024.03.13 |