今天 git push 一直没有反应,最后告诉我是 ssl 问题:unable to access ....: Unknown SSL protocol error in connection to bitbucket.org:443 后来在 stackoverflow 找到解决方案
# Windows set GIT_CURL_VERBOSE=1 set GIT_TRACE_PACKET=2 # Unix export GIT_CURL_VERBOSE=1 export GIT_TRACE_PACKET=2
出现这个问题是什么原因呢?为什么输入上面两个命令行,就行了?英文没看懂。求教
![]() | 1 xxxyyy 2016-11-14 15:41:44 +08:00 这两行真的可以解决吗?看字面应该是显示 debug 信息的, stackoverflow 上的链接是什么? PS:估计是网络抽风吧 |
![]() | 2 acumen 2016-11-14 15:46:08 +08:00 |
![]() | 3 oliver34 OP |
![]() | 4 cxbig 2016-11-15 00:05:40 +08:00 - “ Unknown SSL protocol error ”有的时候可能是墙的问题 - 先检查 push 的 url 配置是否正确 - 再检查 ssh-key 或 password 的验证是否通过 - 最后检查你是否有写权限 |
5 darrenfang 2016-11-15 08:02:49 +08:00 via iPhone 重试过吗? |