fatal: unable to access 'https://github.com/open-falcon/falcon-plus.git/': Peer reports inco
Posted 超我
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了fatal: unable to access 'https://github.com/open-falcon/falcon-plus.git/': Peer reports inco相关的知识,希望对你有一定的参考价值。
git通过git clone下载github上的资源到机器上,结果出现如题所示的错误。
- [[email protected] data]# git clone https://github.com/pingcap/tidb-docker-compose.git
- Cloning into ‘tidb-docker-compose‘...
- fatal: unable to access ‘https://github.com/pingcap/tidb-docker-compose.git/‘: Peer reports incompatible or unsupported protocol version.
- [[email protected] data]# git --version
- git version 1.8.3.1
查找原因是curl,nss版本低的原因,解决办法就是更新nss,curl。
- [[email protected] data]# yum update nss curl
再次尝试克隆成功
- [[email protected] data]# git clone https://github.com/pingcap/tidb-docker-compose.git
- Cloning into ‘tidb-docker-compose‘...
- remote: Counting objects: 156, done.
- remote: Compressing objects: 100% (16/16), done.
- remote: Total 156 (delta 4), reused 9 (delta 0), pack-reused 135
- Receiving objects: 100% (156/156), 60.06 KiB | 0 bytes/s, done.
- Resolving deltas: 100% (58/58), done.
以上是关于fatal: unable to access 'https://github.com/open-falcon/falcon-plus.git/': Peer reports inco的主要内容,如果未能解决你的问题,请参考以下文章
fatal: unable to access ‘https://github.com...../‘
使用github出了些问题?fatal: unable to access;Failed connect to github.com:8087;
fatal: unable to access 'https://xxxxx': SSL connect error
git clone 出现fatal: unable to access https://github 类错误解决方法
fatal: unable to access ‘http://gitlab-ci-token:xxxxxxxxxxxxxxxxxxxx
fatal: unable to access ‘http://gitlab-ci-token:xxxxxxxxxxxxxxxxxxxx