Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on April 2, 2020 2:30PM
Likes: 1
Replies: 3
Could you please guide me how to resolve this issue?
Hi,
You are likely facing the following known issue:
https://doc.dataiku.com/dss/latest/collaboration/git.html#unknown-host-key-issues
Please try to ssh to git@github.com from the server where DSS is installed using the DSS linux user and then try again. It's important to note that interaction with the remote repositories is always performed by the DSS linux account (e.g. the linux user that installed DSS and is running the corresponding services on the server). Therefore, you should also make sure that the SSH key that you generated corresponds to this DSS linux user.
More information about configuring git remotes in DSS is covered in our documentation here:
https://doc.dataiku.com/dss/latest/collaboration/git.html#working-with-remotes
Let me know if this helps!
Warm Regards,
Andrew
have you followed the steps described here? https://doc.dataiku.com/dss/latest/collaboration/git.html
the way you add a "remote in DSS" depends on if you use HTTPS or SSH interaction mode (https://doc.dataiku.com/dss/latest/collaboration/git.html#working-with-remotes).
GL.