Git repository authentication
Last updated
Last updated
It is possible to specify the credentials to access protected repositories. Currently authentication by SSH key is supported.
Create the SSH key and add it to the version management software, such as GitLab or BitBucket.
Important: SSH keys protected with passphrases are not supported, do not provide the passphrase during the SSH key generation.
Then open Current User -> Settings and paste the private SSH key as a text to the respective field. Ensure the beginning and end of the key text conforms to the example on the screen. Click Save.
Follow to the Static Analysis menu and specify the SSH path to the repo is the format git@mydomain.com:username/reponame.git