git -c diff.mnemonicprefix=false
-c core.quotepath=false
push -v --tags --set-upstream origin Front-end:Web-Pages
fatal: unable to access
'https://example@bitbucket.org/example/example.git/':
Unknown SSL protocol error in connection to bitbucket.org:443
Pushing to https://example@bitbucket.org/example/example.git
Completed with errors, see above.
请问,我该怎么做?
答案 0 :(得分:2)
遇到服务问题时的临时回复:
您不在代理
确认您使用的是正确的SSL配置:
除非您使用putty,否则应将其设置为Open SSH
。
答案 1 :(得分:0)
我已经找到了解决这个问题的方法。
$ git config --global http.proxy 127.0.0.1:8080
在git中设置代理主机和端口号。