I'm deploying jupyterhub on a Google Kubernetes cluster
and I want the single user spawner to clone a private repo when being initialized.
I've tried to use a personal token from github using the repo scope. and modified my postStart command to:
command: ["gitpuller", "https://<username>:<token>@github.com/<organization>/<repo>.git", "master", "MyRepo"]
I get the following error: