hexo提交报错 unable to access 'https://github.com/*/*.github.io.git/': Couldn't resolve host 'github.com

今天hexo提交遇到问题,先后报下列错误

fatal: unable to access 'https://github.com/*/*.github.io.git/': Failed to connect to github.com port 443: Timed out
FATAL Something's wrong. Maybe you can find the solution here: http://hexo.io/docs/troubleshooting.html
Error: fatal: unable to access 'https://github.com/*/*.github.io.git/': Failed to connect to github.com port 443: Timed out
FATAL Something's wrong. Maybe you can find the solution here: http://hexo.io/docs/troubleshooting.html
Error: fatal: unable to access 'https://github.com/*/*.github.io.git/': Couldn't resolve host 'github.com'

FATAL fatal: unable to access 'https://github.com/*/*.github.io.git/': Couldn't resolve host 'github.com'

解决方法为:
将hexo配置文件——config.yml中deploy》repo更改为
https://用户名:密码@github.com/pythonsoft/test.git然后就可以了。

注意:用户名不是登陆账号名, 是github的用户名

你可能感兴趣的:(前端开发)