ssh-keygen -t rsa -C "xxx@xxx.com"
cat ~/.ssh/id_rsa.pub
git clone 倉庫地址
git remote add origin 倉庫地址
git push origin master
git pull origin master