Can not download dependencies
问题 I have a project with several dependencies from private repositories on bitbucket when I type command go build . I get this error unrecognized import path "bitbucket.xxx.xx/xx/x" x509: certificate signed by unknown authority I have tried several things such as adding token git config --global http.extraheader token Configure to ssh git config --global url."git@bitbucket.org:".insteadOf "https://bitbucket.org/" but it does not work. 回答1: Regarding using an HTTPS URL, note that HTTP transport