This procedure describes how to install and configure Git in order to store all your project data (Jobs, Database connections, Routines, Joblets, etc.) in the shared Repository of the Talend Studio.
For more information on the supported Git servers, see Compatible version control systems.
Download the Git version corresponding to your system at https://git-scm.com/downloads and follow the installation instructions.
Open a terminal instance.
Create an SSH key using the following command:
ssh-keygen
Put the generated key files in the /home/User_Name/.ssh folder.
Add the generated public key to settings of your Git server.
Use the following command to create a known-hosts file:
ssh-keyscan -H git_server_hostname >> known_hosts
Create a config file in your .ssh folder.
Add the following content and adapt it to your configuration:
Hostname git_server_hostname IdentityFIle /home/User_Name/.ssh/id_rsa
Add the connection information to the Talend Administration Center configuration. For more information, see the Talend Administration Center User Guide.