Skip to content

Instantly share code, notes, and snippets.

@tatuas
Created January 4, 2014 14:08
Show Gist options
  • Save tatuas/8255696 to your computer and use it in GitHub Desktop.
Save tatuas/8255696 to your computer and use it in GitHub Desktop.
CoreServerにGitをInstallする
$ wget https://git-core.googlecode.com/files/git-1.7.10.4.tar.gz
$ tar xvz git-1.7.10.tar.gz
$ cd git-1.7.10
$ ./configure --prefix=$HOME/local
$ make
$ make install
$ ~/local/bin/git --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment