Git Shell Warning

Warning: Permanently added 'github.com,192.30.252.120' <RSA> to the list of known hosts.

The answer is to create a ~/.ssh/config file and insert the line:

UserKnownHostsFile ~/.ssh/known_hosts

详见:http://stackoverflow.com/questions/9299651/git-says-warning-permanently-added-to-the-list-of-known-hosts

posted @ 2016-06-03 15:23  DuangDang  阅读(185)  评论(0编辑  收藏  举报