hexo d后 ERROR Deployer not found: git

解决办法

1
npm install --save hexo-deployer-git

fatal: unable to auto-detect email address

解决办法

1
2
git config --global user.name "your_name"
git config --global user.email "your_email@qq.com"

github注册时Unable to verify your captcha response

Unable to verify your captcha response. Please visit https://help.github.com/articles/troubleshooting-connectivity-problems/#troubleshooting-the-captcha for troubleshooting information

先说官方:Edge, chrome, firefox都试过了,没用的,而且都检查过更新了。
网上说法:用水果手机自带浏览器,咱没有,用不果平板未成功

解决办法:
最终下载了个最新的microsoft edge, 全新安装

如何让github自动生成二级域名

注册github时一定要注意,如果你注册的是名是username, 那你的仓库名起名为username.github.io, 这样就可以了。