1.首先在码云上创建仓库
2.进入本地项目文件夹右键git bash here
3.git init
本地项目首次次上传到git码云
4.git add .
5.git commit -m ‘输入你的备注内容’
6.git remote add origin 你的远程库地址
7.git pull --rebase origin master
8. git push -u origin master

相关文章:

  • 2021-09-22
  • 2021-11-04
  • 2021-06-22
  • 2021-06-14
  • 2021-12-17
猜你喜欢
  • 2022-01-17
  • 2021-10-16
  • 2021-09-12
  • 2022-12-23
  • 2021-05-27
  • 2021-09-16
  • 2021-09-24
相关资源
相似解决方案