Skip to content
Snippets Groups Projects
Commit da95613c authored by Jessica Yao's avatar Jessica Yao
Browse files

add troubleshooting issue for cross-compiled linux binary


Signed-off-by: default avatarJessica Yao <jessica@heptio.com>
parent 861c2d12
No related branches found
No related tags found
No related merge requests found
# Troubleshooting
## ERROR user: Current not implemented on linux/amd64
If you encounter this error when running the ksonnet Linux binary, you can temporarily work around it by setting the `USER` environment variable (e.g. `export USER=your-username`).
This error results from cross-compilation (Linux on Mac). To avoid this, future binaries will be built on the appropriate target machines.
## Github rate limiting errors
If you get an error saying something to the effect of `403 API rate limit of 60 still exceeded` you can work around that by getting a Github personal access token and setting it up so that `ks` can use it. Github has higher rate limits for authenticated users than unauthenticated users.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment