SkyAPM / go2sky

Distributed tracing and monitor SDK in Go for Apache SkyWalking APM
https://skywalking.apache.org/
Apache License 2.0
448 stars 122 forks source link

go get error #133

Closed niyanchun closed 2 years ago

niyanchun commented 2 years ago

I install the repo following the README:

image

but get following error:

-> % go get -u github.com/SkyAPM/go2sky
package skywalking.apache.org/repo/goapi/collect/common/v3: unrecognized import path "skywalking.apache.org/repo/goapi/collect/common/v3": reading https://skywalking.apache.org/repo/goapi/collect/common/v3?go-get=1: 404 Not Found
package skywalking.apache.org/repo/goapi/collect/language/agent/v3: unrecognized import path "skywalking.apache.org/repo/goapi/collect/language/agent/v3": reading https://skywalking.apache.org/repo/goapi/collect/language/agent/v3?go-get=1: 404 Not Found

it seems some package has moved to other place?

wu-sheng commented 2 years ago

This seems correct path. CI is using this.

niyanchun commented 2 years ago

It's so weird, I doubt there's something wrong with my network or go config. But it's normal when I installed other golang repos in github.com. Only Go2Sky not work... On the other hand, although go get got some error promt, I found go2sky module has been download in my $GOPATH/src/github.com/SkyAPM/go2sky.

wu-sheng commented 2 years ago

We use skywalking.org as hosted domain, but target to github

showsmall commented 2 years ago

@niyanchun How did you solve it in the end? I also encountered this problem

wu-sheng commented 2 years ago

This is typically caused by China's local network issue. Sometimes require VPN, but some have to disable VPN.