Personal access tokens problems
It seems that the token in gitlab is not working or I am not putting the correct URL or it may have changed.
git clone https://:\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\<personal_token>@gitlab.com/gitlab-org/gitlab.git
https://TOKEN:@gitlab.com/USER/project.git or https://USER.TOKEN:@gitlab.com/USER/project.git
It seems that it always asks me for the password.
-
If I put it in the Windows terminal I get:
remote: HTTP Basic: Access denied. If a password was provided for Git authentication, the password was incorrect or you're required to use a token instead of a password. If a token was provided, it was either incorrect, expired, or improperly scoped. Seehttps://gitlab.com/help/topics/git/troubleshooting_git.md#error-on-git-fetch-http-basic-access-denied\\\`\\\` -
If I put it in the WSL terminal it tells me to enter the password
Is this normal operation? I think I remember that it is not. In Jenkins I cannot clone because it does not connect due to this. remote: HTTP Basic: Access denied. If a password was provided for Git authentication, the password was incorrect or you're required to use a token instead of a password. If a token was provided, it was either incorrect, expired, or improperly scoped. See https://gitlab.com/help/topics/git/troubleshooting_git.md#error-on-git-fetch-http-basic-access-denied fatal: Authentication failed for

