[精讚] [會員登入]
3785

windows, linux, freebsd 下安裝git

windows, linux, freebsd 下安裝git

分享此文連結 //n.sfs.tw/10476

分享連結 windows, linux, freebsd 下安裝git@新精讚
(文章歡迎轉載,務必尊重版權註明連結來源)
2019-10-25 12:50:26 最後編修
2016-12-24 22:28:27 By 張○○
 

自動目錄

GIT[3] is a distributed version control system  "分散式" 的版本控管軟體[1]

CENTOS5.8[2]

安裝yum的套件資源庫
# rpm -Uvh http://repo.webtatic.com/yum/centos/5/latest.rpm

安裝最新版git
# yum install --enablerepo=webtatic git-all

To work around Missing Dependency: perl(Git) errors:

如果上面出錯,執行下面
# yum install --enablerepo=webtatic --disableexcludes=main  git-all

CENTOS7

# yum install git

FREEBSD 8, 9

# cd /usr/ports/devel/git
# make install

WINDOWS

直接下載及安裝 https://help.github.com/articles/set-up-git#platform-windows

參考資料

[1] Git是什麼 http://www.arthurtoday.com/2011/03/git.html#.UVuPe1fJKZI

[2] http://stackoverflow.com/questions/3779274/how-can-git-be-installed-on-centos-5-5

[3] git官網 http://git-scm.com/


原文 2013-04-03 10:06:36

END

你可能感興趣的文章

計算檔案數和目錄數 linux/freebsd等系統利用ls來計算檔案數和目錄數、只列出目錄的方法

windows, linux, freebsd 下安裝git windows, linux, freebsd 下安裝git

[bc] linux 的計算機bc 如何進行8進位、10進位、16進位等轉換 linux 的計算機bc--如何進行8進位、10進位、16進位等轉換

[vi/vim] 修改顯示顏色的檔案類型,編修自動上色的檔案類型 vi/vim 編修自動上色的檔案類型,說明新增上色檔案附檔名的方法

[CSH/TCSH] 使用tcsh SHELL #1 --變數、控制和迴圈 在FREEBSD或LINUX中使用TCSH SHELL,進行一些基本的指令操作。

伺服器防止 ssh 連線一直斷線 SSH連線預設只要一段時間沒有動作,就被斷線,怎麼解決?

隨機好文

如何在linux下執行java 原生的java應用程式可以使用簡單的方法在console下面寫出來,適合作簡單的應用

[札記] 2016.7~12月札記 札記,只是札記

[AS3] 物件加上超連結的方法 物件加上超連結,可讓使用者點擊的方法

[MySQL/Mariadb] console 將查詢結果輸出到檔案 在mysql 的console中該如何將查詢結果輸出到檔案?

如何讓瀏覽器每次都重新載入css、js、圖檔 不管怎麼刷新網頁,他總是跑出來舊的內容,這對開發的人來說很困擾...