I'm trying to clone from Github using Google Colaboratory, the command I'm using is:
!git clone git@github.com:CliMT/climt.git
But I get the following:
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)?
But since this is Google Colaboratory, I can't type "yes" to the terminal.
What can I do?
Thanks!