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
Hi All,
I followed the documentation Get Started to run dex. However, I can getting process killed every time.
Get Started
[1] 6753 killed ./bin/dex --debug serve examples/config-dev.yaml
When I tried to run cmd/dex/main.go directly from IDE. I am getting these errors.
cmd/dex/main.go
# command-line-arguments cmd/dex/main.go:18: undefined: commandServe cmd/dex/main.go:19: undefined: commandVersion
Environment is Go1.7 and MacOS Sierra 10.12.4. Any help and advice is appreciated.
Go1.7
MacOS Sierra 10.12.4
The text was updated successfully, but these errors were encountered:
I think I ran into this a while back, probably related to golang/go#11887
try adding -s to the LD_FLAGS environment in the Makefile
LD_FLAGS="-w -s -X $(REPO_PATH)/version.Version=$(VERSION)"
Sorry, something went wrong.
tried out. it works thx!
No branches or pull requests
Hi All,
I followed the documentation
Get Started
to run dex. However, I can getting process killed every time.When I tried to run
cmd/dex/main.go
directly from IDE. I am getting these errors.Environment is
Go1.7
andMacOS Sierra 10.12.4
. Any help and advice is appreciated.The text was updated successfully, but these errors were encountered: