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
[root@harbor250 perf]# HARBOR_SIZE=small HARBOR_URL=https://192.168.2.250:443 go run mage.go prepare mage.go:8:2: cannot find package "github.com/magefile/mage/mage" in any of: /usr/lib/golang/src/github.com/magefile/mage/mage (from $GOROOT) /root/go/src/github.com/magefile/mage/mage (from $GOPATH)
The text was updated successfully, but these errors were encountered:
@QiuToo Did you use go module? Can you try to run go mod tidy before prepare?
go mod tidy
Sorry, something went wrong.
yes!of course!
chlins
No branches or pull requests
[root@harbor250 perf]# HARBOR_SIZE=small HARBOR_URL=https://192.168.2.250:443 go run mage.go prepare
mage.go:8:2: cannot find package "github.com/magefile/mage/mage" in any of:
/usr/lib/golang/src/github.com/magefile/mage/mage (from $GOROOT)
/root/go/src/github.com/magefile/mage/mage (from $GOPATH)
The text was updated successfully, but these errors were encountered: