From da95613c6662cfb3dfdc2a2704fec1f4a3047862 Mon Sep 17 00:00:00 2001 From: Jessica Yao <jessica@heptio.com> Date: Wed, 31 Jan 2018 11:24:02 -0800 Subject: [PATCH] add troubleshooting issue for cross-compiled linux binary Signed-off-by: Jessica Yao <jessica@heptio.com> --- docs/troubleshooting.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 2e0123ee..e774a3e6 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -1,5 +1,10 @@ # 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. -- GitLab