-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Hexo init failed on git clone
#494
Comments
This is a well-known network problem. You can use proxy or ssh to resolve it.
clone via ssh need a ssh key, but https not. I think we can't assume that the user has configured ssh key. |
Lines 26 to 37 in 8a302b2
According to the code, I can't reproduce your case.
|
Check List
Please check followings before submitting a new feature request.
Feature Request
Execute
hexo init blog
in my window10.Tips is
I execute the cmd:
It's not work. But if I execute the below cmd:
It's work.
So I changed
$basedir/node_model/hexo_cli/dist/console/init.js
rewite GIT_REPO_URL as
[email protected]:hexojs/hexo-starter.git
;And redo
hexo init blog
.It's work.
I think it's a point you can improve.
Others
The text was updated successfully, but these errors were encountered: