第一步:

初始化:  git init

第二步:

添加到远程服务器: git remote add origin   url(码云服务器地址)

第三步:

git pull origin master

第四步:

使用git上传项目到码云服务器

第五步:

使用git上传项目到码云服务器

大家如果想要了解详细文档,请看这篇博客:

https://blog.csdn.net/jj736699256/article/details/54426292 

相关文章:

  • 2021-06-14
  • 2021-11-01
  • 2021-04-29
  • 2020-04-28
  • 2021-10-06
  • 2021-11-04
  • 2022-01-14
猜你喜欢
  • 2021-05-26
  • 2021-11-04
  • 2021-05-12
  • 2021-07-09
  • 2021-06-03
相关资源
相似解决方案