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 であるため、端末に「yes」と入力することはできません。
私に何ができる?
ありがとう!