安装最新版git,git升级
生活随笔
收集整理的這篇文章主要介紹了
安装最新版git,git升级
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
2019獨角獸企業(yè)重金招聘Python工程師標準>>>
安裝依賴庫 yum install dh-autoreconf curl-devel expat-devel gettext-devel \ > openssl-devel perl-devel zlib-devel \ > asciidoc xmlto docbook2X getoptAdditionally, if you’re using Fedora/RHEL/RHEL-derivatives, you need to do this $ sudo ln -s /usr/bin/db2x_docbook2texi /usr/bin/docbook2x-texi github下載最新版git源碼 wget https://github.com/git/git/archive/v2.14.1.tar.gz 解壓 tar -zxvf v2.14.1.tar.gz cd git-2.14.1/ make configure ./configure --prefix=/usr/local/git make all doc info make install install-doc install-html install-info [root@localhost ~]# git --version git version 2.14.1 [root@localhost ~]#轉載于:https://my.oschina.net/u/3004226/blog/1539815
總結
以上是生活随笔為你收集整理的安装最新版git,git升级的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: This Jenkins instanc
- 下一篇: Angular2封装拖拽指令