본문으로 바로가기

[GIT] Server host key not cached

category Helloworld!/GIT 2016. 4. 29. 08:06
컴퓨터를 Window 10 으로 업그레이드 한 후 다시 git 설정 한 다음 Push 를 하려고하니까 다음과 같은 에러가 뜬다
The server's host key is not cached in the registry. You have no guarantee that the server is the computer you think it is.
The server's rsa2 key fingerprint is:
ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx
If you trust this host, enter "y" to add the key to PuTTY's cache and carry on connecting.
If you want to carry on connecting just once, without adding the key to the cache, enter "n".
If you do not trust this host, press Return to abandon the connection.
참고사이트
http://stackoverflow.com/questions/4931384/git-server-host-key-not-cached
를 보니까 SSL 로 한번 접속해보니 해결을 했다.