软件使用问题

HEXO

HEXO D报错无法访问GITHUB仓库

具体报错描述:

1
fatal: unable to access GITHUB仓库地址: Failed to connect to 127.0.0.1 port 7890 after 2102 ms: Couldn't connect to server

原因:使用了代理,GIT配置的代理端口与代理软件设置的端口不一致。

解决方法:修改GIT代理端口与代理软件设置的端口一致

1
2
git config --global http.proxy http://127.0.0.1:代理端口
git config --global http.proxy https://127.0.0.1:代理端口

VrChat

加载慢

雷神加速器选择模式四。


软件使用问题
https://claudechan1228.github.io/2024/11/11/027-软件使用问题/
作者
Claude Chan
发布于
2024年11月11日
许可协议