1.

How Can I Use Gertty?

Answer»

After getting a Gerrit API key (as EXPLAINED in), use the BASIC auth-type in gertty.yaml,

Example:
servers:
- name: sftests
url: HTTPS://sftests.com/r/a/
GIT-url: ssh://USER_NAME@sftests.com:29418
auth-type: basic
username: USER_NAME
password: API_KEY
git-root: ~/git/

After getting a Gerrit API key (as explained in), use the basic auth-type in gertty.yaml,

Example:
servers:
- name: sftests
url: https://sftests.com/r/a/
git-url: ssh://USER_NAME@sftests.com:29418
auth-type: basic
username: USER_NAME
password: API_KEY
git-root: ~/git/



Discussion

No Comment Found