-
Notifications
You must be signed in to change notification settings - Fork 136
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
go get error #63
Comments
Did you install |
Yes, these commands are executed successfully, no problem
Alex Flint <[email protected]> 于2018年9月16日周日 上午7:32写道:
… Did you install git-lfs before running go get?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#63 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AZhZeMmR-9hzkfBdsXdaSjnZZL5zn_tYks5ubY4cgaJpZM4WoqSa>
.
|
Same here
|
Just revert back to go1.9 and |
Seems like this is a result of a security-related patch in go 1.10 that whitelisted specific cgo comple/link flags: golang/go#23749 |
That flag really is insecure. An attacker can manipulate the program if they can get it to run in an unexpected directory. It's the kind of thing the whitelist is meant to prevent. For more information see https://golang.org/wiki/InvalidFlag . |
Throws an exception when I execute
go get github.com/alexflint/gallium
I can't find the specific reason now, I don't know where to start.
go version:
go version go1.10.3 darwin/amd64
The text was updated successfully, but these errors were encountered: