2

hexo | hexo d 老是上传失败

 7 months ago
source link: https://benpaodewoniu.github.io/2024/01/17/hexo37/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

hexo | hexo d 老是上传失败

2024-01-17hexo

9 0

如果还是失败,就使用代理。

git config --global http.proxy http://127.0.0.1:xxxx
git config --global https.proxy https://127.0.0.1:xxxx

hexo d 即可部署;

最后取消代理,依次输入:

git config --global --unset http.proxy
git config --global --unset https.proxy

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK