Open TRHX opened 4 years ago
额,这个应该是git全局配置的原因。。我这个插件是没有加缓存的。。
@TRHX 我的coding和gitee推送不了backup,deploy都是正常的。请问一下在coding里面需要设置什么吗?
@TRHX 我的coding和gitee推送不了backup,deploy都是正常的。请问一下在coding里面需要设置什么吗?
coding 的仓库地址错了,coding 更新后有所改变,去你仓库看看
这个有办法解决嘛?以前那个仓库删掉了,然后配置文件改成新仓库还是提示旧仓库不存在。重装插件也解决不了哎
这个有办法解决嘛?以前那个仓库删掉了,然后配置文件改成新仓库还是提示旧仓库不存在。重装插件也解决不了哎
我没有解决,直接放弃了
我周末试试,有结果在这儿同步。
我也遇到该问题了. `~/hexo.bak master ● hexo b INFO Validating config INFO Start backup: git [master af73614] backup my website. 1 file changed, 577 deletions(-) fatal: 'github' does not appear to be a git repository fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
INFO Backup done: git 配置文件如下
# Deployment
deploy: type: git repo: github: git@github.com:greenhandzdl/greenhandzdl.github.io.git branch: master
backup: type: git theme: nexmoe message: backup my website. repository: github: git@github.com:greenhandzdl/greenhandzdl.github.io.git,sources` 该bug导致hexo落后于master3次,希望早日解决。 另外,反复刷新ssh是没有用的。
以前的 coding 仓库地址类似于
git@git.dev.tencent.com/xxxx
,现在 coding 更新了,同一个仓库,但是仓库地址变了,现在是类似于git@e.coding.net/xxxx
,我在 '_config.yml' 配置文件里面更改了仓库名,执行hexo b
报错,显示的仍然是以前的仓库名。'_config.yml' 配置文件:
报错信息:
我也尝试过重新生成 SSH,但是没有用,一直都是以前这个仓库名,请问应该如何解决?