上传本地文件至gitee

上传本地文件至gitee

  1. git init
    
  2. git add .
    
  3. git commit -m "first commit"
    
  4. git remote add origin "https://gitee.com/xxx自己的地址.git"
    
  5. git push -u origin +master