【发布时间】:2018-07-20 10:36:00
【问题描述】:
我正在尝试使用 Google Colaboratory 从 Github 克隆,我使用的命令是:
!git clone git@github.com:CliMT/climt.git
但我得到以下信息:
Cloning into 'climt'...
The authenticity of host 'github.com (192.30.255.112)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no)?
但由于这是 Google Colaboratory,我无法在终端输入“是”。
我能做什么?
谢谢!
【问题讨论】:
标签: python github google-colaboratory