Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

执行go mod tidy 后报错 #21

Open
Insua opened this issue May 8, 2020 · 0 comments
Open

执行go mod tidy 后报错 #21

Insua opened this issue May 8, 2020 · 0 comments

Comments

@Insua
Copy link

Insua commented May 8, 2020

➜ gin_bbs go mod tidy
go: finding module for package github.com/lexkong/lager
go: finding module for package github.com/lexkong/lager/lagertest
gin_bbs imports
github.com/lexkong/log imports
github.com/lexkong/log/lager tested by
github.com/lexkong/log/lager.test imports
github.com/lexkong/lager: cannot find module providing package github.com/lexkong/lager: module github.com/lexkong/lager: reading https://goproxy.io/github.com/lexkong/lager/@v/list: 404 Not Found
server response:
not found: go list -m -json -versions github.com/lexkong/lager@latest
: go list -m github.com/lexkong/lager: git ls-remote -q https://github.com/lexkong/lager in /data1/golang/pkg/mod/cache/vcs/8170a4402a120a870ecd92a336176128c7250c13833f4b8b2a66b79574368e05: exit status 128:
fatal: could not read Username for 'https://github.com': terminal prompts disabled
If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.
gin_bbs imports
github.com/lexkong/log imports
github.com/lexkong/log/lager tested by
github.com/lexkong/log/lager.test imports
github.com/lexkong/lager/lagertest: cannot find module providing package github.com/lexkong/lager/lagertest: module github.com/lexkong/lager/lagertest: reading https://goproxy.io/github.com/lexkong/lager/lagertest/@v/list: 404 Not Found
server response:
not found: go list -m -json -versions github.com/lexkong/lager/lagertest@latest
: go list -m github.com/lexkong/lager/lagertest: git ls-remote -q https://github.com/lexkong/lager in /data1/golang/pkg/mod/cache/vcs/8170a4402a120a870ecd92a336176128c7250c13833f4b8b2a66b79574368e05: exit status 128:
fatal: could not read Username for 'https://github.com': terminal prompts disabled
If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant