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

安装报错 #217

Open
snowinszu opened this issue Feb 21, 2023 · 1 comment
Open

安装报错 #217

snowinszu opened this issue Feb 21, 2023 · 1 comment

Comments

@snowinszu
Copy link

go get -v -u github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common
报错信息:
go: downloading github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.599
go: downloading github.com/tencentcloud/tencentcloud-sdk-go v3.0.82+incompatible
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common: github.com/tencentcloud/[email protected]+incompatible: reading https://mirrors.tencent.com/go/github.com/tencentcloud/tencentcloud-sdk-go/@v/v3.0.82+incompatible.zip: 404 Not Found
server response:
go mod download -json github.com/tencentcloud/[email protected]+incompatible:
{
"Path": "github.com/tencentcloud/tencentcloud-sdk-go",
"Version": "v3.0.82+incompatible",
"Error": "github.com/tencentcloud/[email protected]+incompatible: invalid version: unknown revision v3.0.82"
}

@zqfan
Copy link
Member

zqfan commented Feb 21, 2023

你的项目里go.mod可能有指定github.com/tencentcloud/tencentcloud-sdk-go v3.0.82,可以尝试去除,然后go mod tidy看看

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

2 participants