国内也有ubuntu镜像源。但是里面的git都是1.9版本。最新的已经是2.3了。
1、首先使用将ppa源加入Ubuntu
sudo add-apt-repository ppa:pdoes/ppa
2、然后根据提示,输入回车。加入密钥
3、输入以下命令
sudo apt-get update
sudo apt-get install git-core
ok,完成了。
linux服务器搭建git服务器方法:http://www.linuxdiyf.com/linux/14680.html
Ubuntu Git服务器搭建及Gitosis安装设置:http://www.linuxdiyf.com/linux/14589.html
搭建git服务器(fedora22-server):http://www.linuxdiyf.com/linux/13141.html
Ubuntu完美安装搭建Git服务器:http://www.linuxdiyf.com/linux/13045.html