FAIRiCUBE / FAIRiCUBE-Hub-issue-tracker

FAIRiCUBE HUB issue tracker
Creative Commons Zero v1.0 Universal
0 stars 1 forks source link

Git clone from FAIRiCUBE GitHub to EOX Jupyter server is not working #23

Closed robknapen closed 1 year ago

robknapen commented 1 year ago

When I try to git clone the UC2 repository from the FAIRiCUBE GitHub into a running EOX Jupyter server, it does not work because of host key verification failure.

Is there a way to make this possible?

Screenshot 2023-08-23 at 15 54 32

robknapen commented 1 year ago

Nevermind, I was trying using it over SSH. It works using HTTPS.

Schpidi commented 1 year ago

How are you trying to clone the repo? I just successfully cloned it using the terminal and also the GIT UI extentsion

robknapen commented 1 year ago

Posts just crossed, see my comment before.

Schpidi commented 1 year ago

Nevermind, I was trying using it over SSH. It works using HTTPS.

I see. I guess you'd need to provide your ssh key in this case.

robknapen commented 1 year ago

Yes, I probably can do that from a terminal. But when in Jupyter there is no such option (at least I could not find it).

Schpidi commented 1 year ago

Yes, I probably can do that from a terminal. But when in Jupyter there is no such option (at least I could not find it).

You can simply open a terminal in JupyterLab and run any command like a git clone after placing your ssh key in the .ssh directory.