CORESERVERにgitをインストールする
プログラムをインストールするディレクトリを作成
$ cd ~
$ mkdir usr
$ mkdir usr/gitgitをダウンロード
$ mkdir tmp
$ cd tmp
$ wget http://git-core.googlecode.com/files/git-1.8.0.tar.gz解凍してコンパイル&インストール
$ tar zxvf git-1.8.0.tar.gz
$ cd git-1.8.0
$ ./configure --prefix=$HOME/usr/git
$ make
$ make installインストールしたディレクトリにパスを通す
$ cd ~
$ vi .bashrc
export PATH=$PATH:/virtual/hogehoge/usr/git/bin
$ source .bashrc
Written by ジョニイ
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Git
Authors
khasinski
591.1K
dmichaelavila
500.4K
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#