-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
import/path: go get gitlab private repo subgroup project failed #69135
Comments
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. For questions please refer to https://github.com/golang/go/wiki/Questions |
ok, thanks |
Go version
go version go1.22.5 linux/amd64
Output of
go env
in your module/workspace:What did you do?
i create a new project in subgroup, it can work to me; i want get old project, but it failed
go: gitlab.cloud.xxx.cn/server/ims2.0/ims_mirco/ims_system_tool@v1.0.0: invalid version: git ls-remote -q origin in /home/xx/gowork/pkg/mod/cache/vcs/ac45bee48248196e82ab60a65cd296578745f3519110bd77c6934d9c2d9b0c7b: 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 'http://gitlab.cloud.xxxx.cn/server/ims2.0.git/' not found
What did you see happen?
how to fix it
What did you expect to see?
it should go get success?
The text was updated successfully, but these errors were encountered: