Git repository authentication

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.

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

Last updated