-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
How to install hexo blog in a remote repo to local machine? #2914
Comments
Hello, @aaayumi ! Probably, the repository To be sure, type the command |
Hello @ramonsantos! Thank you so much for your quick reaction.
As I just cloned my project from my github repository, I guess I don't have the source files that you mentioned... How can I include it to my new file in my local environment? Thank you for your help..!! |
@aaayumi if you lost the source files which created by
This will recover the posts, however, other customization on theme or Hexo will be lost. |
Thank you for the reply.
Now it seems that I cannot use |
@aaayumi, try run: sudo hexo init |
I received |
@aaayumi For permission issues, please see #2785 (comment). |
Please, run: hexo -v and post the result here. |
After trying @JLHwung 's advice, I got the following result by running
|
This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi! I'm using hexo in github page. Mistakingly I deleted my local file in my local machine. I tried to make a new local file again by using
git clonehttps://github.com/aaayumi/aaayumi.github.io.git
. then I installednpm install hexo-cli -g
.I could install all necessary files but when I typed
hexo deploy
,it shows,
Is there an way to be able to use hexo blog locally?
The text was updated successfully, but these errors were encountered: