摘要: 一,文件上传到gitee 1.先在gitee中新建一个仓库获取地址:git@gitee.com:weixinwen/practice.git 如下图 2.简易的命令行入门教程: Git 全局设置: git config --global user.name "xxxx" git config --g 阅读全文
posted @ 2023-03-11 21:12 爽宝 阅读(59) 评论(0) 推荐(0)
摘要: 1.初始化hexo hexo init MyHexoBlog 2.如果没有 cheerio 安装 npm install cheerio@0.22.0 --save为安装主题做准备 3.安装beutterfly git clone -b dev https://github.com/jerryc12 阅读全文
posted @ 2023-03-11 10:20 爽宝 阅读(47) 评论(0) 推荐(0)