when ever I try to push from device to GitLab server I keep getting error
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://gitlab.com/help/topics/git/troubleshooting_gi
t#error-on-git-fetch-http-basic-access-denied
Now hear me out completely before reacting, I do know there are many questions similar to this , like
GitLab remote: HTTP Basic: Access denied and fatal Authentication
but here is where my problem lies, This issue only occurs for one project , for other projects in the same device and same location (I mean same SSD) to same Gitlab account there is no issue I'm, able to push and pull without any problem.
I could use the access token to resolve this issue, but why is it require only for one project and not for the others?
PS: I'm facing this issue both in my editor and terminal