athens 安装

编译

1
2
3
git clone https://github.com/gomods/athens
cd athens
make

通过创建 .netrc 文件,验证私有仓库:

1
2
3
4
//.netrc
machine gitlab.xxx.com
login MY_USERNAME
password MY_PASSWORD