1 Post

Git

How to `go get` private repos using SSH key auth instead of password auth

How to `go get` private repos using SSH key auth instead of password auth

git config --global url."[email protected]:".insteadOf "https://github.com/" 1 …