coneycode / hexo-git-backup

you can use it to backup your blog into git.
MIT License
458 stars 66 forks source link

同时备份到coding和github出错 #14

Closed xbotao closed 7 years ago

xbotao commented 7 years ago

我同时备份博客到github和coding,执行hexo b, 可以备份到coding,但是不能备份到github

手动备份没有问题

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.
vsxen commented 7 years ago

配置文件?

xbotao commented 7 years ago

已经解决,我看了一下。第一次 hexo d 以后,如果增加一个或者修改其中一个的地址出错 我手动完成的

xbotao commented 7 years ago

我手动修改.git/config 完成的

xbotao commented 7 years ago

我使用的是npm install hexo-git-back版本,不知是否有改动 在已经备份的情况下,添加一个仓库,再次运行是会出错的,新添加的不能备份。

不知add remote git.js#L101是不是每次运行hexo b都会进行检验?

另,如果修改已存在的链接也是无效的。

建议push git.js?#L134之前增加 git remote set-url --push [name] [newUrl]

coneycode commented 7 years ago

收到,我去看看,多谢。

Guxinnn commented 7 years ago

你好 我有同样的问题。 请问能否请教一下如何修改.git/config文件能解决这个问题

xbotao commented 7 years ago

git remote set-url --push [name] [newUrl] 用这个指令手动添加