- Add url alias in .gitconfig. Using Bitbucket to distinguish from Github dependencies
$ vim ~/.gitconfig
[url "[email protected]:"]
insteadOf = https://bitbucket.org/
- Fetch your private repo. e.g. https://some.private-repo.com:9999/avence12/example_go)