Aller au contenu principal

Install GIT provider

Cover-Logo-512x512-blue

Step 1

!!! the file "update.bat" must be present in the provider

This file contains the commands necessary to get the latest version of the provider by simply double-clicking on it.

update.bat

  • git reset --hard HEAD
  • git pull

provider_bat

update.zip

Step 2


Step 3

  • open Command Prompt (CMD) Command_Prompt

    • create a Key with the following command line - ssh-keygen -t rsa -b 4096 -C "email@example.com" not need to add a password
      • Press the enter key until you get the following result:

SSHKEYGEN


Step 4

  • open Windows explorer in this path and open the following file: id_rsa.pub
    • %USERPROFILE%\.ssh
    • copy the key

Step 5

  • Add the key in the parameters of the repository to clone

setting_key_repo

Step 6

  • In the providers installation directory (take care to define the right "local_library_name" as the name of the library in the repo may be different of it's distributed name)
    • C:\XLib\XLib\Providers
    • right-click and select "Git Bash Here."
    • Clone the provider on the computer using the following command:
    • git clone --depth 1 git@git.cover3d.com:providers/YOUR COMPANY/YOUR_PROVIDER.git local_library_name

git_clone

-validate and wait for the provider to be fully loaded

-You can also right-clic on the Update.bat to create a shortcut on the desktop

-you will be able to get the latest version available