컴퓨터를 Window 10 으로 업그레이드 한 후 다시 git 설정 한 다음 Push 를 하려고하니까 다음과 같은 에러가 뜬다
http://stackoverflow.com/questions/4931384/git-server-host-key-not-cached
를 보니까 SSL 로 한번 접속해보니 해결을 했다.
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 로 한번 접속해보니 해결을 했다.