github的使用

   

  第一步

  git config --global user.name "Richard"

  git config --global user.email richard@gmail.com

第二步
git init
git add .
git commit -m "first commit"
git remote add origin https://github.com/Wen1750686723/ss.git
git push -u origin master
第三步
输入username和password
第四步
ok等待上传完毕就好了


原文地址:https://www.cnblogs.com/liuwenbohhh/p/4469131.html