-
-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"git+git": name can only contain URL-friendly characters #86
Comments
Have you tried the |
Sorry, I made some mistakes. This issue can be closed. deploy:
- type: git
repo: git@github.com:<username>/<username>.github.io.git
branch: master
- type: git
repo: git@github.com:<username>/<username>.github.io.git
branch: src
extend_dirs: /
ignore_hidden: false
ignore_pattern:
public: . It reported some errors so that I thought the config above must be ran with the lasted released. |
at npm@5 it seems doesn't support |
When I use
$ npm install git+git@github.com:hexojs/hexo-deployer-git.git --save
to install the lasted feature of hexo-deployer, it report the message like this:Invalid package name "git+git": name can only contain URL-friendly characters
Help me solve this problem plz.
The text was updated successfully, but these errors were encountered: