The authenticity of host 'github.com (192.30.252.130)' can't be established. RSA key fingerprint is16:27:ac:axxxxxxxxxxxxxxxxx:df:a6:48. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'github.com,192.30.252.130' (RSA) to the list of known hosts. Hi SinalVee! You've successfully authenticated, but GitHub does not provide shell access.
在本地任意目录新建同步文件夹
1 2 3
$ mkdir github $ cd github $ git clone git@github.com:SinalVee/Test(此处SinalVee为用户名,Test是你在github上创建的仓库)
1 2 3 4 5 6
正克隆到 'Test'... Warning: Permanently added the RSA host key for IP address '192.30.252.131' to the list of known hosts. remote: Counting objects:6, done. remote: Total 6 (delta 0), reused 0 (delta 0) 接收对象中: 100% (6/6), 完成. 检查连接... 完成。