Git添加Gitee远程仓库

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

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

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

posted @ 2018-11-27 16:18  灯塔下的守望者  阅读(2720)  评论(0编辑  收藏  举报