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

版权声明:欢迎加入Oracle 技术分享群:425614362 如果有不对的地方还请指正! https://blog.csdn.net/shiyu1157758655/article/details/80973305

git 下载报如下错误:

[root@foidndb 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

[root@foidndb 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), 完成.
检查连接... 完成。


猜你喜欢

转载自blog.csdn.net/shiyu1157758655/article/details/80973305
今日推荐