码迷,mamicode.com
首页 > 其他好文 > 详细

git安装及错误处理

时间:2018-06-07 23:06:52      阅读:287      评论:0      收藏:0      [点我收藏+]

标签:get   https   upd   软件下载   int   ror   解决办法   tar   解决   

软件下载

wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.13.6.tar.gz

tar -zxvf git-2.13.6.tar.gz

cd git-2.13.6

./configure prefix=/usr

make && make install

常见错误

Cloning into ‘archer‘...
fatal: unable to access ‘https://github.com/jly8866/archer.git/‘: SSL connect error

解决办法

yum update -y nss curl libcurl

git安装及错误处理

标签:get   https   upd   软件下载   int   ror   解决办法   tar   解决   

原文地址:https://www.cnblogs.com/geek-ace/p/9153057.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!