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

Unable to download via go get (Windows) #79

Open
nicka101 opened this issue Jan 24, 2020 · 1 comment
Open

Unable to download via go get (Windows) #79

nicka101 opened this issue Jan 24, 2020 · 1 comment

Comments

@nicka101
Copy link

Running "go get -v golang.zx2c4.com/wireguard/wgctrl" gives the following output:

get "golang.zx2c4.com/wireguard/wgctrl": found meta tag get.metaImport{Prefix:"golang.zx2c4.com/wireguard/wgctrl", VCS:"git", RepoRoot:"https://github.com/WireGuard/wgctrl-go"} at //golang.zx2c4.com/wireguard/wgctrl?go-get=1
golang.zx2c4.com/wireguard/wgctrl (download)
get "golang.org/x/crypto/curve25519": found meta tag get.metaImport{Prefix:"golang.org/x/crypto", VCS:"git", RepoRoot:"https://go.googlesource.com/crypto"} at //golang.org/x/crypto/curve25519?go-get=1
get "golang.org/x/crypto/curve25519": verifying non-authoritative meta tag
golang.org/x/crypto (download)
get "golang.org/x/sys/windows": found meta tag get.metaImport{Prefix:"golang.org/x/sys", VCS:"git", RepoRoot:"https://go.googlesource.com/sys"} at //golang.org/x/sys/windows?go-get=1
get "golang.org/x/sys/windows": verifying non-authoritative meta tag
golang.org/x/sys (download)
get "golang.zx2c4.com/wireguard/ipc/winpipe": found meta tag get.metaImport{Prefix:"golang.zx2c4.com/wireguard", VCS:"git", RepoRoot:"https://git.zx2c4.com/wireguard-go"} at //golang.zx2c4.com/wireguard/ipc/winpipe?go-get=1
get "golang.zx2c4.com/wireguard/ipc/winpipe": verifying non-authoritative meta tag
golang.zx2c4.com/wireguard (download)
package golang.zx2c4.com/wireguard/ipc/winpipe: C:\Users\nicka\go\src\golang.zx2c4.com\wireguard exists but C:\Users\nicka\go\src\golang.zx2c4.com\wireguard.git does not - stale checkout?

Running from a linux machine (or WSL), the go get completes ok, so this issue seems to be windows specific

@stv0g
Copy link
Contributor

stv0g commented Aug 16, 2022

I can not reproduce this.

go install golang.zx2c4.com/wireguard/wgctrl/cmd/wgctrl@latest

works for me

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