FATAL ssh: Could not resolve hostname git.coding.net:terrancy: Name or service n ot known fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
毫无疑问,应该是 hexo-deployer-git 模块解析的问题吧? 好纠结,怎么解决哈..
1
terrancy OP 找到解决方法,将"/"转成":".
"ssh://git@git.coding.net:{user}/{repository}" 改成 "ssh://git@git.coding.net/{user}/{repository}" |
2
stiekel 2016-08-17 07:08:02 +08:00
我这里的配置是:
deploy: type: git repo: coding: git@git.coding.net:Stiekel/blog.git,coding-pages 正常部署。 |
3
ITOutsider 2016-08-17 11:12:35 +08:00 via iPhone
why not gitlab pages ?
还支持 https |