Git添加Gitee远程仓库
1、使用IDEA初始化仓库,并提交代码

2、使用 git remote add origin https://gitee.com/你的码云用户名/XXXX //添加远程仓库
3、使用 git pull origin master --force 命令,将码云上的仓库pull到本地文件夹
1、使用IDEA初始化仓库,并提交代码

2、使用 git remote add origin https://gitee.com/你的码云用户名/XXXX //添加远程仓库
3、使用 git pull origin master --force 命令,将码云上的仓库pull到本地文件夹