git config --global user.name "name" git config --global user.email "email"
ssh-keygen -t rsa -C "email"
cat ~/.ssh/id_rsa.pub
git init
git add .
git commit -m "注释"
git remote add origin https://gitee.com/baby-sea/test-routine
git pull --rebase origin master
git push -u origin master
网站备案号:ICP备16046599号-1