标签: jupyter-notebook jupyterhub
我在Google Kubernetes集群上部署jupyterhub 并且我希望单用户生成器在初始化时克隆一个私有存储库。
我尝试通过回购范围使用github上的个人令牌。 并将我的postStart命令修改为:
command: ["gitpuller", "https://<username>:<token>@github.com/<organization>/<repo>.git", "master", "MyRepo"]
我收到以下错误: