天天看点

fatal: unable to access 'https://github.com/danfengcao/binlog2sql.git/': SSL connect error

git 下载报如下错误:

[[email protected] local]# git clone https://github.com/danfengcao/binlog2sql.git

正克隆到 'binlog2sql'...

fatal: unable to access 'https://github.com/danfengcao/binlog2sql.git/': SSL connect error

解决办法是把https 改成git

[[email protected] local]# git clone git://github.com/danfengcao/binlog2sql.git

正克隆到 'binlog2sql'...

remote: Counting objects: 294, done.

remote: Total 294 (delta 0), reused 0 (delta 0), pack-reused 294

接收对象中: 100% (294/294), 142.05 KiB | 97.00 KiB/s, 完成.

处理 delta 中: 100% (152/152), 完成.

检查连接... 完成。