git创建公匙
ssh-keygen -t rsa
查看公匙
cat ~/.ssh/id_rsa.pub
复制公匙
ssh -T [email protected] |
创建端名
git remote add origin
git remote add origin [email protected]:kkkk123000/git_test.git |
git remote |
git push origin master |
克隆标签:origin,git,remote,仓库,gitee,ssh,远程,公匙 From: https://www.cnblogs.com/Wjk1/p/17916652.html
git clone<仓库路径>