go version go1.14
go env -w GOPRIVATE=bitbucket.org
git config url."ssh://git@bitbucket.org/xxx".insteadOf "https://bitbucket.org/xxx"
go mod edit -require=bitbucket.org/xxx/repo@xx-revision
go mod download
参考文章:
智云知识库
go version go1.14
go env -w GOPRIVATE=bitbucket.org
git config url."ssh://git@bitbucket.org/xxx".insteadOf "https://bitbucket.org/xxx"
go mod edit -require=bitbucket.org/xxx/repo@xx-revision
go mod download
参考文章: