Install the Git Client
This topic describes how to install the Dimensions CM Git Client.
Git Client installation guidelines
The Git Client installer uses a wizard to guide you through the installation. You can also install the Git Client in console or silent modes.
Guidelines:
- Git Client installers are available for Windows 64-bit, Linux, and macOS.
-
Download the Git Client installation bundle from the AppDelivery Marketplace. From the zip file, extract the installer for your platform.
- Check that the Git Client supports your version of Git. For details, see Integrations.
- Install the Git Client on your local machine.
- Run the installer as a user with write access to the Git installation location.
- The installer automatically tries to identify the Git installations present on the local system.
- Linux: Check that “git” has been added to your PATH environment variable.
Install Git Client in console mode
You can install the Git Client in console mode.
To run the installer in console mode:
-
Download and extract the installer for your platform.
-
From a command prompt, change to the directory containing the installer.
-
As a user with write access to the Git installation location, run this command:
Copy code<GitClient-installer-filename> -i console
On Windows, a new shell for the console installation opens.
-
Follow the instructions at the command prompt.
Install Git Client in silent mode
You can run a silent-mode installation in the background, using a response file.
To install the Git Client silently:
-
In a text editor, create a response file. In the response file, specify the installation location for the software and at least one Git installation location.
To specify multiple Git installation locations, see Advanced silent options.
Windows response file example:
Copy code#Git installation location
#-----------
CO_GIT_CHOOSER_LOC_INTERNAL=C:\\Program Files\\Git\\mingw64\\libexec\\git-core
#Destination
#-----------
SILENT_INSTALL_DIR=c:\\apps\\Dimensions CM GitNote: Double backslash characters (\\) are required.
Linux and macOS response file example:
Copy code#Git installation location
#-----------
CO_GIT_CHOOSER_LOC_INTERNAL=/usr/libexec/git-core
#Destination
#-----------
SILENT_INSTALL_DIR=/apps/dimensions_cm_gitThe SILENT_INSTALL_DIR location is created and then used to install the Dimensions CM software, a JRE, and an uninstaller.
The CO_GIT_CHOOSER_LOC_INTERNAL location must exist, and you need write access to it to perform the installation.
-
From a command prompt, change to the directory containing the installer.
-
Run the command for the silent mode installation:
Copy code<GitClient-installer-filename> -i silent -f <response.filename>
Advanced silent options
To specify multiple Git installation locations in the response file, add more paths to the property CO_GIT_CHOOSER_OC_INTERNAL.
Use path separators relevant for your system.
Windows example:
CO_GIT_CHOOSER_LOC_INTERNAL=C:\\Program Files\\Git\\mingw64\\libexec\\git-core\r\nC:\\Program Files (x86)\\Git\\mingw32\\libexec\\git-core
Linux and macOS example:
CO_GIT_CHOOSER_LOC_INTERNAL=/usr/libexec/git-core\n/opt/git/libexec/git-core/
See also: