在线观看不卡亚洲电影_亚洲妓女99综合网_91青青青亚洲娱乐在线观看_日韩无码高清综合久久

鍍金池/ 問答/Linux/ SSL_ERROR_SYSCALL in connection to githu

SSL_ERROR_SYSCALL in connection to github.com:443

過年回來要更新github項目,突然不能更新了,出現(xiàn)如下報錯
報錯信息

Error: fatal: unable to access 'https://github.com/xxx/xxx.github.io.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443 

怎么解決呢,有出現(xiàn)過這個問題的人嗎

回答
編輯回答
朕略萌
  1. 在github把倉庫https改成SSL

clipboard.png

  1. 把本地鏈接的遠(yuǎn)程倉庫修改為SSL地址
2018年1月27日 21:17
編輯回答
氕氘氚

it is recommend access to this web: https://www.jianshu.com/p/577...

2018年7月15日 09:09
編輯回答
解夏

重新clone一份吧。

2017年6月17日 03:13
編輯回答
放開她
~/workspace/blog-cli(master ?) git push origin master
fatal: unable to access 'https://github.com/mrdulin/blog-cli.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
~/workspace/blog-cli(master ?) curl github.com
curl: (52) Empty reply from server
~/workspace/blog-cli(master ?) proxy
~/workspace/blog-cli(master ?) gp
Counting objects: 20, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (16/16), done.
Writing objects: 100% (20/20), 4.66 KiB | 681.00 KiB/s, done.
Total 20 (delta 8), reused 0 (delta 0)
remote: Resolving deltas: 100% (8/8), completed with 5 local objects.
To https://github.com/mrdulin/blog-cli.git
   85edbec..00429e7  master -> master
~/workspace/blog-cli(master ?) curl ip.cn
當(dāng)前 IP:45.78.47.19 來自:美國

被墻了,設(shè)置終端走代理

2017年12月11日 04:19