[Git] git push 중단 됐을 때 발생하는 에러 Can't connect to any repository - Seonmi-Hwang/study GitHub Wiki

전체 에러 메세지는 아래와 같다.

Can't connect to any repository: [email protected]:DevSom-17/Goodsom.git ([email protected]:DevSom-17/Goodsom.git: Short read of block.)

1. git bash에서 git gc를 실행해준다.

그 다음에 push를 하려고 하면 다음과 같은 에러 메세지가 뜬다.

ssh: Could not resolve hostname github.com: Name or service not known fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

2. git remote -v를 실행해준다.

그러고 git push를 하면 성공!