1、 私有仓库未设置
go env -w GOPRIVATE=private.repo.com
2、github 拉取失败
reading https://mirrors.aliyun.com/goproxy/github.com/weiqiangxu/batchjob/@v/list: 404 Not Found
go env -w GOINSECURE=private.repo.com
或者
go get -inscure github.com/weiqiangxu/batchjob
标签:github,get,private,404,go,com From: https://www.cnblogs.com/xuweiqiang/p/16898110.html