sunfmin / notebook

My Note Book
2 stars 0 forks source link

Proper way of go get private GitHub repository packages #38

Open sunfmin opened 6 years ago

sunfmin commented 6 years ago

Generate a personal token

https://github.com/settings/tokens

Set this global git config

git config --global url."https://$GITHUB_TOKEN:x-oauth-basic@github.com/".insteadOf "https://github.com/"
go get -t -d -v ./...