Last Updated: August 25, 2019
·
7.984K
· cactus

Use netrc to allow "go get" for private repos

  1. First make an OAuth token for your account. Good instructions here

  2. Add the resulting token to a .netrc
    https://gist.github.com/3925422

  3. rejoice. go get will now work with private repos at github.