git schnnel failed to receive handshake, SSLTLS connection failed
报错,查看原因为git安装时ssl选择的不是openssl。重新安装后解决
fatal: unable to access 'https://gitlab.com/xxxx.git': OpenSSL SSL_connect: Connection was reset in connection to gitlab.com:443
原因为GFW问题,设置本地HTTP代理后解决
v2ra y设置
export https_proxy='socks5://127.0.0.1:10808'
export http_proxy='socks5://127.0.0.1:10808'
linux&mak ssr&ss 可以直接在软件上复制命令行命令即可