... | ... | @@ -12,7 +12,8 @@ A Personal Access Token (PAT) is a password local to Gitlab. |
|
|
|
|
|
# Stuff to bear in mind
|
|
|
- Your username when using a PAT will be the text after the @ when you click in your avatar in the upper-right corner.
|
|
|
- The `git` command line tool will probably store your username & PAT in your OS credentials secure store system.
|
|
|
- The `git` command line tool will probably store your username & PAT in your OS credentials secure store system. So it is possible that you will only need to input it once.
|
|
|
- If `git` is not asking you for your password, please try specifying your username by doing `git clone https://YOUR_USERNAME@gitlab.esa.int/namespace/project.git`.
|
|
|
- If you change your PAT, you will have to reset them with `git config --global --unset user.password`
|
|
|
- We have a very aggressive rate limit policy. If you input your credentials wrong 5 times in 10 mins you will be banned one hour.
|
|
|
- Do not hesitate to contact us in gitlab@esa.int if you are having any issue accessing gitlab.esa.int from the command-line.
|
... | ... | |