OpenSSL SSL_read: Connection was reset, errno 10054

根据代理端口设置 AndroidStudio 代理
使用 clashX 端口为:7890

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

你可能感兴趣的:(OpenSSL SSL_read: Connection was reset, errno 10054)