jupyterhub / jupyterhub-deploy-teaching

Reference deployment of JupyterHub and nbgrader on a single server
http://jupyterhub-deploy-teaching.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
246 stars 85 forks source link

Fix: submodule fatal: reference is not a tree problem #91

Closed HTLife closed 6 years ago

HTLife commented 6 years ago

Submodule are using wrong reference. Therefore, I checkout master HEAD of ansible-conda and update the submodule reference of this project.

$ git clone --recursive https://github.com/HTLife/jupyterhub-deploy-teaching.git
Cloning into 'jupyterhub-deploy-teaching'...
remote: Counting objects: 1352, done.
remote: Total 1352 (delta 0), reused 0 (delta 0), pack-reused 1352
Receiving objects: 100% (1352/1352), 177.40 KiB | 0 bytes/s, done.
Resolving deltas: 100% (699/699), done.
Checking connectivity... done.
Submodule 'ansible-conda' (https://github.com/UDST/ansible-conda.git) registered for path 'ansible-conda'
Cloning into 'ansible-conda'...
remote: Counting objects: 135, done.
remote: Total 135 (delta 0), reused 0 (delta 0), pack-reused 135
Receiving objects: 100% (135/135), 20.00 KiB | 0 bytes/s, done.
Resolving deltas: 100% (65/65), done.
Checking connectivity... done.
fatal: reference is not a tree: ffd5bfaebcd3a075d8b454da54e9988cc435117a
Unable to checkout 'ffd5bfaebcd3a075d8b454da54e9988cc435117a' in submodule path 'ansible-conda'