第一步:

初始化:  git init

第二步:

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

第三步:

git pull origin master

第四步:

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

第五步:

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

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

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

相关文章:

  • 2021-05-12
  • 2021-07-09
  • 2022-01-18
  • 2021-11-18
  • 2021-06-03
  • 2021-06-14
猜你喜欢
  • 2022-12-23
  • 2021-05-26
  • 2021-06-12
  • 2022-02-08
相关资源
相似解决方案