Git repository
Joely
Registered Posts: 3 ✭✭✭
Hello,
Is there a way to push project to a git repository with HTTPS-based remote?
I need to having backup of the project to git.
Thanks!
Operating system used: Ubuntu
Tagged:
Answers
-
Hi,
You can use HTTPS-based remote, but you will need to set up the git on the DSS instance server to store or cache the credentials first as DSS supports only non-interactive mode: https://doc.dataiku.com/dss/latest/collaboration/git.html#working-with-remotes
For details on how to set it up please refer to git documentation:
https://git-scm.com/docs/git-credential-store
https://git-scm.com/docs/git-credential-cache
Hope this helps,
Best.