Git 仓库和 Github 中心仓库之间的传输是通过 SSH 加密。如果工作区下没有 .ssh 目录,或者该目录下没有 id_rsa 和 id_rsa.pub 这两个文件,可以通过以下命令来创建 SSH Key: ssh-keygen -t rsa -C "youremail@example.com" 然后把公钥 id_rsa.pub 的内容复制到 Github “Account settings” 的 SSH Keys 中。