Skip to content

Instantly share code, notes, and snippets.

@AMStrix
Created December 19, 2017 16:56
Show Gist options
  • Save AMStrix/493989c868dbc55aa87b6fe4cefb9677 to your computer and use it in GitHub Desktop.
Save AMStrix/493989c868dbc55aa87b6fe4cefb9677 to your computer and use it in GitHub Desktop.
git repo on s3 for mac setup
https://wiki.eclipse.org/JGit/User_Guide#Taking_JGit_for_a_Spin
http://so-wh.at/entry/2014/11/28/S3%E3%82%92git%E3%81%AE%E3%83%AA%E3%83%A2%E3%83%BC%E3%83%88%E3%83%AA%E3%83%9D%E3%82%B8%E3%83%88%E3%83%AA%E3%81%AB%E3%81%99%E3%82%8B
brew install maven
git clone https://github.com/winebarrel/jgit.git
~/src/jgit$ mvn clean install
cd org.eclipse.jgit.pgm/target/jgit
prompt$ ./jgit version
jgit version 0.10.0-SNAPSHOT
sudo ln -s /path/to/jgit /usr/local/bin/jgit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment