I am trying to install MPAS-CMAQ by following the instructions given at:
github.com
The instruction to get MPAS7
git clone -b MPAS7.0 git@github.com:USEPA/MPAS.git MPAS
gives the following error message:
"Cloning into 'MPAS'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists."
How can I resolve this error?
Thank you.
CMAQ/DOCS/Users_Guide/PDF/MPAS_CMAQ_guide.pdf at MPAS_CMAQ · USEPA/CMAQ
Code for U.S. EPA’s Community Multiscale Air Quality Model (CMAQ) for estimating ozone, particulates, toxics, and deposition of acids and nutrients at neighborhood to global scales. - USEPA/CMAQ
The instruction to get MPAS7
git clone -b MPAS7.0 git@github.com:USEPA/MPAS.git MPAS
gives the following error message:
"Cloning into 'MPAS'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists."
How can I resolve this error?
Thank you.