Installing and configuring Git
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 Talend Studio.
Before you begin
- If your GitHub repository is hosted in a Microsoft Azure DevOps project, make sure the repository name doesn't contain spaces.
- This procedure might not be necessary if the Git server you install already provides
Git and you don't need it on your local machine.
For more information on the supported Git servers, see Compatible version control systems.
Procedure
- Download the Git version corresponding to your system at https://git-scm.com/downloads and follow the installation instructions.
-
Create an SSH key pair.
- Put the generated key file in the C:\Users\User_Name\.ssh directory.
-
Add the public key to the settings of your Git server.