Friedrich Ewald My Personal Website

Access private repositories in Go

Good article how to access a private repository via go get. TLDR: For SSH access:

$ git config --global url."[email protected]:".insteadOf "https://gitlab.com/"

$ cat ~/.gitconfig
[url "[email protected]:"]
 insteadOf = https://gitlab.com/


About the author

is an experienced Software Engineer with a Master's degree in Computer Science. He started this website in late 2015, mostly as a digital business card. He is interested in Go, Python, Ruby, SQL- and NoSQL-databases, machine learning and AI and is experienced in building scalable, distributed systems and micro-services at multiple larger and smaller companies.