Warning: Permanently added the RSA host key for IP address '13.229.188.59' to the list of known host
生活随笔
收集整理的這篇文章主要介紹了
Warning: Permanently added the RSA host key for IP address '13.229.188.59' to the list of known host
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
前言
最近在學(xué)習(xí)GIt,安裝了Git bash,過(guò)程中遇到了各種問(wèn)題,寫(xiě)下帖子,方便大家解決問(wèn)題,也方便自己回顧
問(wèn)題描述
Warning: Permanently added the RSA host key for IP address '13.229.188.59' to the list of known host那條警告的大概意思就是:警告:為IP地址13.229.188.59的主機(jī)(RSA連接的)持久添加到hosts文件中,那就來(lái)添加吧!
解決辦法:
linux環(huán)境
打開(kāi)
添加一行:13.229.188.59 github.com
Windows環(huán)境:
打開(kāi)
C:\Windows\System32\drivers\etc\hosts添加一行:13.229.188.59 github.com
測(cè)試
可以看見(jiàn)它又變了,連接到另一個(gè)服務(wù)器上了。
但是不慌,將這個(gè)IP也加上去就行了。
最后一行可以看見(jiàn),已經(jīng)沒(méi)有問(wèn)題了。
總結(jié)
以上是生活随笔為你收集整理的Warning: Permanently added the RSA host key for IP address '13.229.188.59' to the list of known host的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: SSH安全协议
- 下一篇: linux调用函数和case,Shell