go mod使用gitee.com私有库
文章目录
使用该方法后:公有库会使用 https://goproxy.io/ 代理,私有库(gitee上)将不使用代理,直接从仓库拉取代码
1.~/.bashrc添加配置
|
|
2.生成ssh密钥对,公钥放gitee.com上
详见 https://gitee.com/help/articles/4191
3.gomod拉代码url替换为ssh方式
|
|
完成
文章作者 农天狼
上次更新 2019-09-26
使用该方法后:公有库会使用 https://goproxy.io/ 代理,私有库(gitee上)将不使用代理,直接从仓库拉取代码
1.~/.bashrc添加配置
|
|
2.生成ssh密钥对,公钥放gitee.com上
详见 https://gitee.com/help/articles/4191
3.gomod拉代码url替换为ssh方式
|
|
完成
文章作者 农天狼
上次更新 2019-09-26