git 配置用户名
生成公钥
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
设置远程仓库
git remote add origin [url]
查看远程仓库地址
git remote -v