08
19
Github/Gitee+hexo搭建个人博客 Github/Gitee+hexo搭建个人博客
1 环境安装 下载安装:node.js 安装 hexo npm install -g hexo-cli 在一个空文件夹里初始化hexo hexo init 本地预览 hexo 使用以下命令,浏览器打开 http://localhost:40
2022-08-19
18
Markdown语法 Markdown语法
1 准备工作 下载工具: Visual Studio Code 安装插件: Markdown All in One ,这个辅助Markdown写作的,很多实用的功能 Markdown PDF ,这个可以把Markdown渲染成PDF或
2022-08-18
18
VScode中上传到Gitee或Github VScode中上传到Gitee或Github
先把Gitee或Gihub的仓库克隆到本地 在VScode中打开克隆过来的文件夹,先暂存后提交,最后同步更新即可 使用VSCode中报错信息:Git installation not found 解决方法 设置→输入命令“
2022-08-18
17
Github加速访问 Github加速访问
1 软件介绍 github加速神器:FastGithub 开源项目地址:https://github.com/dotnetcore/FastGithub 2 软件功能 解决github打不开、用户头像无法加载、releases无法上传下载
2022-08-17
16
15
Git的简单使用 Git的简单使用
这里介绍两种简单方法,一种是使用命令的方式,另一种是图形化的方式,这里推荐使用图形化方式上传。先下载安装 git 和 tortoise git,必须先安装 git 才能安装 tortoise git git 下载地址:https://gi
2022-08-15
12
生成ssh公共秘钥 生成ssh公共秘钥
1 设置用户名和邮箱 右键选择Git Bash Here,在命令框中输入执行下面两条命令 git config --global user.name “yourname” git config --global user.email“y
2022-08-12
10
谷歌浏览器访问 谷歌浏览器访问
1 下载谷歌浏览器 下载地址:https://www.google.cn/intl/zh-CN/chrome/ 设值中文:打开谷歌浏览器→点击右上角的设置→点击左侧的language→点击中文简体右侧的按钮→选择以这种语言显示 Google
2022-08-10