配置github的ssh key ssh-keygen -t rsa -C "youremail@example.com" 添加远程仓库 git remote add origin git@github.com:yourAccount/yourproject.git