1. git init
  2. git remote add origin https://自己的仓库url地址
  3. git status
  4. git add .
  5. git commit -m '[提交内容的描述]'
  6. 先 push,以后才能 pull:git push --set-upstream origin master
  7. 再 git pull

相关文章:

  • 2021-04-03
  • 2022-01-13
  • 2021-04-03
  • 2022-12-23
  • 2021-12-06
  • 2022-12-23
  • 2021-06-10
  • 2021-05-12
猜你喜欢
  • 2022-12-23
  • 2022-02-07
  • 2021-05-10
  • 2021-10-20
  • 2022-12-23
  • 2021-06-09
相关资源
相似解决方案