centos6上,git拉代码时候,报错提示不支持低版本ssl的解决方法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos6上,git拉代码时候,报错提示不支持低版本ssl的解决方法相关的知识,希望对你有一定的参考价值。
[[email protected]_mwdb-20-25 /root ]# git clone https://github.com/pyenv/pyenv.git 报错信息如下2行:error: while accessing https://github.com/pyenv/pyenv.git/info/refs
fatal: HTTP request failed
解决方法:
需要升级下包, yum update nss curl libcurl 即可,然后再近些git clone介么问题了。
以上是关于centos6上,git拉代码时候,报错提示不支持低版本ssl的解决方法的主要内容,如果未能解决你的问题,请参考以下文章