ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
第一步:安装依赖 [root@static ~]# yum -y install curl-devel expat-devel gettext-devel openssl-devel zlib-devel gcc perl-ExtUtils-MakeMaker unzip 第二步:下载git-2.3并安装 [root@static ~]# wget https://github.com/git/git/archive/v2.3.0.zip [root@static ~]# unzip v2.3.0.zip [root@static ~]# cd git-2.3.0/ [root@static git-2.3.0]# make prefix=/usr/local/git all [root@static git-2.3.0]# make prefix=/usr/local/git install [root@static ~]# vim /etc/profile.d/git.sh export PATH=/usr/local/git/bin:$PATH ~ [root@static ~]# source /etc/profile.d/git.sh 第三步 查看 [root@static ~]# git version git version 2.3.0