使用git时出现奇怪的错误消息:
$ git clone git@github.com:Itseez/opencv.git
Cloning into 'opencv'
Warning: Permanently added the RSA host key for IP address '192.30.252.128' to the list of known hosts.
X11 forwarding request failed on channel 0
(...)
我的印象是git不需要X11,所以这似乎很奇怪。此克隆成功运行,因此这比“错误”问题更像是一个“警告”问题,但似乎令人不安。毕竟,git 不需要 X11。有什么建议么?
一个相关的问题是unix.stackexchange.com/questions/111519。
—
JdeBP