This repository was archived by the owner on Dec 22, 2022. It is now read-only.

Description
When trying to run make test with fv3core @ 6dd4665, it seems that this refers to a non-publicly-available submodule:
(venv) avj@platypus ~/clones/fv3core/master$ git submodule init && git submodule update
Cloning into '/home/avj/clones/fv3core/master/external/daint_venv'...
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:VulcanClimateModeling/daint_venv.git' into submodule path '/home/avj/clones/fv3core/master/external/daint_venv' failed
Failed to clone 'external/daint_venv'. Retry scheduled
Cloning into '/home/avj/clones/fv3core/master/external/daint_venv'...
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of '[email protected]:VulcanClimateModeling/daint_venv.git' into submodule path '/home/avj/clones/fv3core/master/external/daint_venv' failed
Failed to clone 'external/daint_venv' a second time, aborting
Indeed, the repository https://github.com/VulcanClimateModeling/daint_venv either doesn't exist (or is private).