You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation gives clone command as git clone [email protected]:kryptokommunist/Jupyter_FreeCAD.git
which fails
Cloning into 'Jupyter_FreeCAD'... [email protected]: 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
The text was updated successfully, but these errors were encountered:
Documentation gives clone command as
git clone [email protected]:kryptokommunist/Jupyter_FreeCAD.git
which fails
Cloning into 'Jupyter_FreeCAD'...
[email protected]: 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
The text was updated successfully, but these errors were encountered: