I started working on a Go project and it uses some private modules from Github private repos and whenever I try to run go run main.go it gives me a
Go
go run main.go
Just a follow up on the usage of ssh, this is the command used to get it working:
GitHub:
git config --global url."git@github.com:".insteadOf "https://github.com/"
Bitbucket:
git config --global url."git@bitbucket.org:".insteadOf "https://bitbucket.org/"