以ruoyi项目为例子
1.首先登录网址:https://www.ruoyi.vip/

2.点进去之后,下载

下载完成后,解压

然后再git add .

git commit -m "first commit" 提交到本地仓库

git remote add origin https://gitee.com/chencheng_12/ruoyi-test1.git 添加仓库地址

git push -u origin "master" 推镜像

刷新一下
