We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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" }
The text was updated successfully, but these errors were encountered:
你的项目里go.mod可能有指定github.com/tencentcloud/tencentcloud-sdk-go v3.0.82,可以尝试去除,然后go mod tidy看看
Sorry, something went wrong.
No branches or pull requests
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"
}
The text was updated successfully, but these errors were encountered: