使用pycharm进行push代码时报错,一直退不出上去报错:
schannel: failed to receive handshake, SSL/TLS connection failed

找到对应上传目录,打开git bash后输入: git config --global http.sslBackend “openssl”,再重新push就好了

当使用PyCharm推送代码遇到schannel错误时,可以通过在Git Bash中设置全局http.sslBackend为openssl来解决。具体操作是打开上传目录,通过gitbash输入'git config --global http.sslBackend openssl',然后重新尝试push,问题通常可以得到解决。
使用pycharm进行push代码时报错,一直退不出上去报错:
schannel: failed to receive handshake, SSL/TLS connection failed

找到对应上传目录,打开git bash后输入: git config --global http.sslBackend “openssl”,再重新push就好了

您可能感兴趣的与本文相关的镜像
TensorFlow-v2.9
TensorFlow 是由Google Brain 团队开发的开源机器学习框架,广泛应用于深度学习研究和生产环境。 它提供了一个灵活的平台,用于构建和训练各种机器学习模型
4861
521

被折叠的 条评论
为什么被折叠?
