摘要:
点开Git Shell,进入命令行。首先我们先要把GitHub上的我们新建的仓库clone下来。1.在初始化版本库之前,先要确认认证的公钥是否正确,如下:ssh -Tgit@github.com正确地结果如下:Warning: Permanently added 'github.com,207.97.227.239' (RSA) to the list of known hosts.Hi findingsea! You've successfully authenticated, but GitHub does not provide shell access.warn 阅读全文