title | date | categories | tags | |||
---|---|---|---|---|---|---|
VuePress+github.io搭建个人博客 |
2021-03-14 |
|
|
git clone https://github.com/Ellsom1945/Ellsom1945.github.io.git
步骤二:下载Node.js https://nodejs.org/en/
npm install -g vuepress
npm run deploy
-
在clone和push时,会遇到网速过慢的问题,这里建议采用修改git配置文件的方法,使用
git config --global http.https://github.com.proxy http://127.0.0.1:xxxx
-
其中xxxx指的是你代理服务器的端口号