在macOS版本的Idea中提交代码到github中,出现一下问题
unable to access 'https://github.com/zycloudXX/guns-parent.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
解决办法:
git config --global http.sslBackend "openssl"
在macOS版本的Idea中提交代码到github中,出现一下问题
unable to access 'https://github.com/zycloudXX/guns-parent.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
解决办法:
git config --global http.sslBackend "openssl"