Hexo布署到github和coding问题汇总
hexo d后 ERROR Deployer not found: git
解决办法
1 | npm install --save hexo-deployer-git |
fatal: unable to auto-detect email address
解决办法
1 | git config --global user.name "your_name" |
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, 这样就可以了。
原文作者: ICtechO
原文链接: http://www.ictech.xyz/2020/hexo-deployment-to-github-coding-problem/
版权声明: 转载请注明出处(必须保留作者署名及链接)