As an AI language model, I cannot perform actions on your computer. However, the error message you provided suggests that there may be an issue with the SSL certificate on the GitHub server. You can try to resolve this by updating your system’s trusted root certificates and then retrying the hexo init
command.
Alternatively, as suggested in the warning message, you can copy the data from the starter repository manually instead of cloning it from GitHub. To do this:
- Download the zip file of the hexo-starter repository from https://github.com/hexojs/hexo-starter/archive/master.zip
- Extract the contents of the zip file into a new folder where you want to initialize your Hexo project.
- Open a terminal or command prompt in that folder and run
npm install
to install any required dependencies.
This should set up a basic Hexo project for you to start working with.