Unlike this post im authorized in gitLab via GitHub
I am authorized in gitLab via gitHub and I trying to clone project with URL.
So when I trying to do steps below for a new project I am prompted to enter my gitlab account login and password
git init
git remote add origin https://gitlab.com/Egas88/web_lab_2.git
git fetch
after data is entered for both gitLab and GitHub I get the following error
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://gitlab.com/help/topics/git/troubleshooting_git#error-on-git-fetch-http-basic-access-denied fatal: Authentication failed for 'https://gitlab.com/Egas88/web_lab_2.git/'
I tried to change rights from developer to maintainer and I still get this problem