【发布时间】:2022-03-08 15:27:24
【问题描述】:
当我从 Github 执行 pull 时,我收到了这条警告消息。
MYPC:/Rails$ git pull origin master
Warning: Permanently added the RSA host key for IP address '#{Some IP address}' to the list of known hosts.
From github.com:Example/Demo
* branch master -> FETCH_HEAD
Already up-to-date.
我只想知道它添加到已知主机的 IP 地址。
【问题讨论】: