赞
踩
1.创建仓库
2.在需要上传的网页目录下右键,选择Git Bash Here
Git 全局设置(已设置可以查询下):
git config --global user.name “XXX”
git config --global user.email “***@qq.com”
3.初始化仓库
git init
4.把本地文件放入暂存区
git add .
5.把暂存区文件放入仓库
git commit -m “first commit”
6.链接码云远程仓库
git remote add origin https://gitee.com/XXXX/***.git
git push -u origin master
7.输入账户、密码
8.出现以下界面,上传成功
1.点击服务,选择Gitee Pages
2.实名认证
3.点击启动
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。