// 创建一个分支gitbranch-Mmain//使用 git remote add 命令将远程仓库添加到仓库配置中gitremoteaddoriginhttps://github.com/your-username/your-repo.git//使用 SSH 连接后,可以使用 SSH URL 推送到 GitHub 仓库gitremoteset-urlorigingit@github.com:your-username/your-repo.git//推送文件gitpush-uoriginmai...
首先要在阿里云买个域名(本人是阿里云购买的),然后要进行解析和配置。如下图在最右边的解析 然后如上添加解析,两个ip地址照抄。 然后在你的博客文件source中创建一个名为CNAME文件,不要后缀。写上你的域名。 接着登录GitHub,进入之前创建的仓库,点击settings,设置Custom domain,输入你的域名 再来 $ hexo clean&&he...
如果想要像我一样建立一个github.io域名的博客, 需要首先有一个github账号, 然后新建一个名字为your_github_id.github.io的git repo, 然后在本地把刚才那个pelican_dir文件夹复制到这个repo的根目录. 之后在pelican_dir下运行: make publish, 这会在your_github_id.github.io的根目录(也就是pelican_dir的上级...
1.注册 GitHub: Where the world builds software · GitHubGitHub is where over 83 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and features, power your CI/CD and DevOps workf...
官网地址:https://github.com/ 二、登录 三、创建仓库 四、安装Git Bash(windows) 官网地址: https://git-scm.com/ 4.1、下载软件 4.2、安装(安装路径不推荐C盘) 安装步骤傻瓜式:下一步、下一步 4.3、配置Git Bash与github的连接() 生成ssh秘钥: ssh-keygen -t rsa -C ...
(1)希望在username.github.io打开自己博客 那么就在Repository name中填写username.github.io(要换成自己的github用户名) 例: 希望在Adonis142857.github.io打开自己博客 那么就在Repository name中填写Adonis142857.github.io (2)希望在username.github.io/Repository name中打开自己博客(即建在分目录的博客) ...
接下来详细说一说 _config.yml 文件的配置 # Hexo Configuration ## Docs: https://hexo.io/docs/configuration.html ## Source: https://github.com/hexojs/hexo/ # Site title: 刘旺学长的技术专栏 #网站标题 subtitle: #网站副标题 ...
1 百度搜索site:<你的github.github.io> 2 点击提交,到此百度就收录了你的博客,下面介绍如何添加博客到站点管理里面,其实就是认证你为该网站的管理员 3 点击用户中心弹出下拉菜单点击站点管理 4 点击添加站点然后验证站点 5 点击Html标签验证,记录content的值即可 6 在next主题配置文件中添加下面这句,值就输入...
deploy:type:git repo:github:https://github.com/ConardLi/ConardLi.github.io.gitcoding:https://git.dev.tencent.com/ConardLi/lisqBlog.gitbranch:master 然后重新部署并上传博客,去仓库查看代码证明上传成功: 2 开启coding page 点击coding的pages服务,直接点击一键开启即可。