1、使用IDEA初始化仓库,并提交代码

Git添加Gitee远程仓库

2、使用 git remote add origin https://gitee.com/你的码云用户名/XXXX //添加远程仓库

3、使用 git pull origin master --force 命令,将码云上的仓库pull到本地文件夹

相关文章:

  • 2021-10-20
  • 2021-09-29
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-22
  • 2021-07-17
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案