coneycode / hexo-git-backup

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

备份报错 #25

Closed linancc closed 4 years ago

linancc commented 5 years ago
# 配置文件
backup:
   type: git
   message: Hexo Blog
   theme: next
   repository:
      github: https://github.com/linancc/linancc.github.io.git,hexo-git-backup
# 报错信息
$ hexo b
INFO  Start backup: git
On branch master
nothing to commit, working tree clean
remote: Repository not found.
fatal: repository 'https://github.com/linancc/linancc.github.io.gits/' not found
INFO  Backup done: git
coneycode commented 5 years ago

额, 你确定配置写的是https://github.com/linancc/linancc.github.io.git? 为什么结果出来是https://github.com/linancc/linancc.github.io.gits ..多了个s,我去看看我的代码~

coneycode commented 5 years ago

收到~我去看看,难道是我程序缓存的问题么。。我貌似没加缓存啊...

coneycode commented 5 years ago

你怎么卸载重装的。这个貌似是git的问题。你要把隐藏的文件夹 ./git直接删掉。