Cannot log in through cmd line after update
-
Since last update, we cannot log in with our Cloudron credentials through cmd line.
Tried with both username name and email address with same result :
"remote: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead of a password. See https://git.agencealpine.io/help/topics/git/troubleshooting_git#error-on-git-fetch-http-basic-access-denied" -
@Zoldir Looks like you are using http auth, is that correct? Any reason to not use SSH for git push/pull?
In any case, the recent update of GitLab moved from LDAP to OIDC. Once you login to gitlab , visit
https://git.domain.com/-/user_settings/personal_access_tokens
. You can use that personal access token for HTTP auth ("You can also use personal access tokens to authenticate against Git over HTTP.")