升級Mac OS X上的git

來源:互聯網
上載者:User

標籤:mac os x   terminal   git   installer   

   在terminal中使用git --version查看git版本,往往不是最新版本。

   從git官網http://git-scm.com/下載最新的git版本,安裝之後路徑為:/usr/local/git/bin/git。但使用which git 命令返回的結果是/usr/bin/git,版本也沒變化。用 echo $PATH 查看路徑,結果如下:

   /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/git/bin

   /usr/bin 排在/usr/local/git/bin 之前,所以就預設使用老版本的git

方法一:

參照文章(What it is and How to Modify the Shell Path in OSX 10.10 Yosemite using Terminal )修改shall路徑的方法

1、使用用命令列的編輯器nano建立 .bash_profile檔案,即在terminal打入以下命令

<span style="font-family:Microsoft YaHei;font-size:14px;">nano .bash_profile</span>

2、添加以下內容,斷行符號:

export PATH="/usr/local/git/bin:$PATH"
再按“ctrl+o”儲存,再按“return”(enter)確認,最後按“ctrl+x”退出


3、重新登入terminal,用“echo $PATH”查看路徑,結果如下:

/usr/local/git/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin

預設使用新版本



方法二: 移除系統內建的版本(參照文章:HOW TO: 升級Mac OS X上的GIT)

cd /usr/bin
sudo mkdir backup-git-apple

sudo mv git* backup-git-apple



升級Mac OS X上的git

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.