使用git从远程下载时,出现Unknown SSL protocol error in connection to xxx:443 错误。

很有可能是被墙在了外面,这里针对墙在外面的情况。

设置代理服务器:

第一种方法:在.gitconfig加上

http.proxy=127.0.0.1:8087

http.sslVerify=false

第二种方法:直接在命令行敲

git config --global http.proxy 127.0.0.1:8087

git config --global http.sslVerify false

之后就可以下载了。

Unknown SSL protocol error in connection to xxx:443相关推荐

  1. Loadrunner执行https报错Action.c(7): Error -27778: SSL protocol error when attempting to connect with hos

    一.问题说明 Loadrunner回放包含https的请求时,报一下错误: Action.c(7): Error -27778: SSL protocol error when attempting ...

  2. 解决因为http_proxy代理导致的git clone失败的问题:OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to xxx:443

    这个也已经设置了: git config --global http.sslVerify false

  3. DB-Lib error message 20002, severity 9:\nAdaptive Server connection failed (xxx.xxx.com)\n 报错解决

    背景 在windows上使用pymssql连接SQLServer数据库是正常的,但是在linux服务器上使用pymssql连接SQLServer数据库的时候报了下面这个错误: File "/ ...

  4. SSL_read: Failure in SSL library (protocol error?)

    使用xfreerdp 访问远程桌面时报错SSL_read: Failure in SSL library (protocol error?) Authentication failure, check ...

  5. eclipse链接Hadoop集群时报错Error:Call From xxx/xxx.xxx.xxx.xxx to hostname1:9000 failed on connection excep

    今天用eclipse连接Hadoop集群的时候突然给我报了这样一个错误:Error:Call From xxx/xxx.xxx.xxx.xxx to hostname1:9000 failed on ...

  6. cargo build failed: SSL connect error (schannel: failed to receive handshake, SSL/TLS connection fai

    ➜  rust-demo git:(dag_blockchain) ✗ cargo build ➜ rust-demo git:(dag_blockchain) ✗ cargo build error ...

  7. curl: (35) SSL connect error报错处理,更新nss版本;Linux版本centos7下载树

    处理 请求命令 curl -O https:// xxx 时候,报错curl: (35) SSL connect error 原因是nss版本有点旧了,yum -y update nss更新一下 Li ...

  8. ERROR c.a.d.p.DruidDataSource - [init,905] - init datasource error, url: jdbc:mysql://xxx.xxx.xxx.xx

    一.报错信息: ERROR c.a.d.p.DruidDataSource - [init,905] - init datasource error, url: jdbc:mysql://xxx.xx ...

  9. vue项目Error: Cannot find module ‘xxx’类报错的解决方法

    现发现只要是报错 Error: Cannot find module 'xxx'(例如 Error: Cannot find module 'webpack')这类的问题都可以用下面的方法解决. 报错 ...

最新文章

  1. 汉诺塔怎么加计数次数c语言,C语言计算汉诺塔最小移动步数 (二)
  2. 链表中是否存在环的问题,及环入口在链表中位置(Linked List Cycle II)
  3. 莫比乌斯反演定理证明
  4. leetcode 190 python
  5. 【java】6个延时队列的实现方案
  6. 电脑右下,电脑右下图标怎么显示出来怎么办
  7. 微软补丁导致填制凭证右侧滚动条消失
  8. c语言 数组 常数,在c中创建一个常数数组
  9. 小虎电商浏览器:淘数据店铺数据分析如何?数据精确吗?
  10. Meta-Learning之How to train your MAML
  11. 天河二号属于微型计算机吗,【单选题】我国的“天河二号”计算机在规模上属于( )。 A. 巨型机 B. 大型机 C. 微型机 D. 工作站...
  12. 赵雅智:android教学大纲
  13. ~ 如何用C++自制一个日麻游戏 ~(一)大体框架构建 § 2 数据结构
  14. Python编程100例--身份证号码的校验码
  15. python日历模块_Python日历模块总结
  16. solaris IPMP
  17. [长文干货]MicroPython移植到野火STM32F429开发板
  18. 四川天创速盈:教你如何拼多多运营
  19. 精准广告投放(资料整理)
  20. android apk安装成功自动运行,如何自动获取android 安装APK成功后的状态

热门文章

  1. LELE的RPG难题
  2. 使用reserve函数避免vector和string的内存重新分配
  3. 【黑金视频连载】FPGA NIOSII视频教程(11)--系统时钟实验
  4. CodeForces - 570D Tree Requests(树上启发式合并)
  5. PAT (Basic Level) 1080 MOOC期终成绩(模拟+stl)
  6. php 聚类算法,科学网—matlab-聚类算法笔记 - 孙月芳的博文
  7. 任意给4条边求形成四边形面积最大值
  8. TIME_WAIT简介
  9. 多线程执行CPU过高问题
  10. 内存泄露、内存溢出以及解决方法