ssh로 연결해둔 git에 타임아웃 에러가 났다
ssh: connect to host github.com port 22: Connection timed out
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
갑자기..어이 없네..?
구글링을 해보니 port 22가 문제가 있는 듯하여
나는 url로 git push가 되지 않아 ssh로 연결해 두었지만 url remote 문제를 해결해 그냥 다시 https로 연결하기로 했다.
1) git remote 연결 주소 확인하기
git remote -v
2) git remote url 변경하기 (set)
git remote set -url origin git 주소.git
3) 확인
push 오류 해결 ~!
'Git' 카테고리의 다른 글
Git 명렁어 연습해보기 - Git 실습을위한 이미지 툴 (0) | 2021.10.12 |
---|---|
Git Bash, Shell - 터미널 창 복사, 붙여넣기 단축기 (0) | 2021.08.10 |
[TIL] Git push 무한 대기 현상 (노트북 바꾼 후 git push 에러 해결, git ssh키 등록 및 연동 -> git update로 해결) (0) | 2021.07.26 |
[Git] Git 풀리퀘스트(pull request) 하기 (2) | 2021.05.07 |
[Github] Git 명령어 정리 (Git cheatsheet) (0) | 2021.05.07 |