Documentation gives clone command as git clone git@github.com:kryptokommunist/Jupyter_FreeCAD.git
which fails
Cloning into 'Jupyter_FreeCAD'...
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.`
Correct command using the Github copy facility is
git clone https://github.com/kryptokommunist/Jupyter_FreeCAD.git
Documentation gives clone command as
git clone git@github.com:kryptokommunist/Jupyter_FreeCAD.git
which fails Cloning into 'Jupyter_FreeCAD'... 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.`
Correct command using the Github copy facility is
git clone https://github.com/kryptokommunist/Jupyter_FreeCAD.git