hexo-git-backup
Advanced tools
Comparing version
{ | ||
"name": "hexo-git-backup", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "hexo backup plugin for Hexo,backup to github", | ||
@@ -5,0 +5,0 @@ "main": "index", |
@@ -25,4 +25,22 @@ # git-backup | ||
backup: | ||
branch: | ||
type: git | ||
repository: | ||
github: git@github.com:xxx/xxx.git,branchName | ||
gitcafe: git@github.com:xxx/xxx.git,branchName | ||
``` | ||
## Problems | ||
You may get some troubles by your computer' permission。 | ||
###Error: EISDIR, open | ||
just do 'hexo d' before you 'hexo b' | ||
``` | ||
hexo d | ||
hexo b | ||
``` | ||
###Could not read from remote repository. | ||
``` | ||
git remote add github git@github.com:xxx/xxx.git | ||
``` |
20499
1.82%46
64.29%