## 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.