3.3.7. Go包管理¶
go get引入私有git库 [4]
git config --global url."git@gitee.com:".insteadof "https://gitee.com/"
关掉 GO 代理 拉取代码
export GOPROXY=
// 如果没有用https或证书
go get -v -insecure gitcodecloud.zhaoweiguo.com.cn/tools/dauth
go get引入私有git库 [4]
git config --global url."git@gitee.com:".insteadof "https://gitee.com/"
关掉 GO 代理 拉取代码
export GOPROXY=
// 如果没有用https或证书
go get -v -insecure gitcodecloud.zhaoweiguo.com.cn/tools/dauth