xpower@xpower-CW65S:~/learngit$ git push -u xpower master
The authenticity of host
'github.com (192.30.253.113)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no)? YES
Warning: Permanently added 'github.com,192.30.253.113' (RSA) to the list of known hosts.
对象计数中: 8, 完成.
Delta compression using up to 8 threads.
压缩对象中: 100% (5/5), 完成.
写入对象中: 100% (8/8), 730 bytes | 0 bytes/s, 完成.
Total 8 (delta 1), reused 0 (delta 0)
remote: Resolving deltas: 100% (1/1), done.
To git@github.com:A-FM/learngit.git
* [new branch] master -> master
分支 master 设置为跟踪来自 xpower 的远程分支 master。
git push xpower master
SSH警告
当你第一次使用Git的clone或者push命令连接GitHub时,会得到一个警告:
The authenticity of host 'github.com (xx.xx.xx.xx)' can't be established.
RSA key fingerprint is xx.xx.xx.xx.xx.
Are you sure you want to continue connecting (yes/no)?