1、在 CentOS 上安裝 git 和 gitosis:python
逐條執行以下語句:git
sudo yum install git python-setuptools cd /opt sudo git clone https://github.com/res0nat0r/gitosis.git cd gitosis/ sudo python setup.py install
2、添加 git 用戶:github
執行以下語句,建立 git 用戶,-m參數用於在建立用戶的同時,爲其建立相應的主目錄:google
sudo adduser -m git
3、在Windows上安裝客戶端軟件spa
1. 下載和安裝 msysgitcode
到 http://code.google.com/p/msysgit/downloads/list 下載 msysgit,blog