New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hexo-git-backup

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-git-backup - npm Package Compare versions

Comparing version

to
0.0.6

2

package.json
{
"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
```