Alex Rios
Posted on December 21, 2019
1 - Configure GIT (~/.gitconfig)
[url "ssh://git@github.com/"]
insteadOf = https://github.com/
2 - Add the private repository location in GOPRIVATE env var
go env -w GOPRIVATE="github.com/<org>/<project>"
2.1 - You can add a whole organization accepting all projects with *
go env -w GOPRIVATE="github.com/<org>/*"
💖 💪 🙅 🚩
Alex Rios
Posted on December 21, 2019
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
automation How to automate the launch of your terminal processes (fzf + tmux + teamocil)
November 27, 2024
undefined [React Native library] Implementing a Header that Hides or Appears on Scroll
November 26, 2024