SherryLang / javalearning

while(Java){ learn !! }
3 stars 1 forks source link

Git troubleshooting:https限制 #12

Open SherryLang opened 7 years ago

SherryLang commented 7 years ago

错误信息:

fatal: unable to access 'https://github.com/rexren/Enterprise-Quality.git/': Unknown SSL protocol error in connection to github.com:443

StackOverFlow解决方案

You can get more information with

# Windows
set GIT_CURL_VERBOSE=1
set GIT_TRACE_PACKET=2
# Unix
export GIT_CURL_VERBOSE=1
export GIT_TRACE_PACKET=2

And then try a git push. Double-check your proxy settings if you have one.