You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run this command: go mod tidy -x, but I got the following error:
$ go mod tidy -x
go: downloading xxx.kingsoft.net/sre/klink-stress/libs/sdk v0.0.9
# get https://xxx.kingsoft.net/sre/klink-stress/libs/sdk?go-get=1
go: downloading xxx.kingsoft.net/sre/klink-stress/libs/common v0.0.4
# get https://xxx.kingsoft.net/sre/klink-stress/libs/common?go-get=1
# get https://xxx.kingsoft.net/sre/klink-stress/libs/common?go-get=1: 200 OK (0.035s)
# get https://xxx.kingsoft.net/sre/klink-stress?go-get=1
# get https://xxx.kingsoft.net/sre/klink-stress/libs/sdk?go-get=1: 200 OK (0.039s)
# get https://xxx.kingsoft.net/sre/klink-stress?go-get=1: 200 OK (0.024s)
mkdir -p /home/hbb/go/pkg/mod/cache/vcs # git3 https://xxx.kingsoft.net/sre/klink-stress.git
# lock /home/hbb/go/pkg/mod/cache/vcs/09b3075bf7e4fda792f335539d99abbbe590300b2635377a1673d5cd8f3a9255.lock
# /home/hbb/go/pkg/mod/cache/vcs/09b3075bf7e4fda792f335539d99abbbe590300b2635377a1673d5cd8f3a9255 for git3 https://xxx.kingsoft.net/sre/klink-stress.git
cd /home/hbb/go/pkg/mod/cache/vcs/09b3075bf7e4fda792f335539d99abbbe590300b2635377a1673d5cd8f3a9255; git tag -l
0.001s # cd /home/hbb/go/pkg/mod/cache/vcs/09b3075bf7e4fda792f335539d99abbbe590300b2635377a1673d5cd8f3a9255; git tag -l
cd /home/hbb/go/pkg/mod/cache/vcs/09b3075bf7e4fda792f335539d99abbbe590300b2635377a1673d5cd8f3a9255; git ls-remote -q origin
0.097s # cd /home/hbb/go/pkg/mod/cache/vcs/09b3075bf7e4fda792f335539d99abbbe590300b2635377a1673d5cd8f3a9255; git ls-remote -q origin
# get https://xxx.kingsoft.net/sre/klink-stress.git
# get https://xxx.kingsoft.net/sre/klink-stress.git: 200 OK (0.099s)
go: xxx.kingsoft.net/sre/klink-stress/klink-config-server/internal/confscenter imports
xxx.kingsoft.net/sre/klink-stress/libs/common/types: reading xxx.kingsoft.net/sre/klink-stress/libs/common/go.mod at revision libs/common/v0.0.4: git ls-remote -q origin in /home/hbb/go/pkg/mod/cache/vcs/09b3075bf7e4fda792f335539d99abbbe590300b2635377a1673d5cd8f3a9255: exit status 128:
remote: The project you were looking for could not be found or you don't have permission to view it.
fatal: repository 'https://xxx.kingsoft.net/sre/klink-stress.git/' not found
Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.
Go version
go version go1.23.1 linux/amd64
Output of
go env
in your module/workspace:What did you do?
and
xxx.kingsoft.net/sre/klink-stress
is only a gitlab group.What did you see happen?
go mod tidy -x
, but I got the following error:What did you expect to see?
go mod tidy
will try to read fatal: repository 'https://xxx.kingsoft.net/sre/klink-stress.git/' not found? This is not a git project!The text was updated successfully, but these errors were encountered: