Skip to content

Instantly share code, notes, and snippets.

@nitaruto
Last active January 27, 2022 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nitaruto/45e885b9921a5066ffe9e85291495c61 to your computer and use it in GitHub Desktop.
Save nitaruto/45e885b9921a5066ffe9e85291495c61 to your computer and use it in GitHub Desktop.
install memo of git-ghost on Ubuntu 16.04
sudo apt-get install golang

# set in ~/.bashrc like:
export GOPATH=$HOME/work/go
export PATH=$GOPATH/bin:$PATH

mkdir -p $GOPATH
go get golang.org/dl/go1.16
go1.16 download
# go get github.com/Sirupsen/logrus
(cd $GOPATH/bin; ln -s go1.16 go)
git clone https://github.com/pfnet-research/git-ghost
cd git-ghost
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment