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 可以直接在軟件上復制命令行命令即可