kubeflow-introduction
kubeflow-introduction copied to clipboard
Alternative Github API rate limit circumventing solution
Hi,
I hit the github API rate limit while following the codelab from Cloud Shell.
Since I'm not sure I really hit this limit alone, that might come from some IP sharing mecanism (maybe not sure ...).
But I found this: https://ksonnet.io/docs/tutorial/#troubleshooting-github-rate-limiting-errors
So I generated a token at https://github.com/settings/tokens
put it in an env var:
$ export GITHUB_TOKEN=
HTH, Pascal