配置github的ssh key
ssh-keygen -t rsa -C "youremail@example.com"
添加远程仓库
git remote add origin git@github.com:yourAccount/yourproject.git
ssh-keygen -t rsa -C "youremail@example.com"
git remote add origin git@github.com:yourAccount/yourproject.git
本文标题:创建ssh key
本文链接:https://www.haomeiwen.com/subject/txinettx.html
网友评论