前提已在GITEE注册了账号
电脑安装客户端GIT
进入要同步的项目目录,右键鼠标,选择GIT BASH HERE
远程管理里面已创建好仓库
1、git init
![]()
2、$ git remote add origin https://gitee.com/gcmax/myblog.git
3 、git add .

4 、 git commit -m "your description"

5、git push origin master

前提已在GITEE注册了账号
电脑安装客户端GIT
进入要同步的项目目录,右键鼠标,选择GIT BASH HERE
远程管理里面已创建好仓库
1、git init
![]()
2、$ git remote add origin https://gitee.com/gcmax/myblog.git
3 、git add .

4 、 git commit -m "your description"

5、git push origin master

350
1951
577

被折叠的 条评论
为什么被折叠?