i have a problem with Gitlab, when i try to do a push/pull or clone with a remote repo, return this error “fatal: unable to access ‘https://gitlab.com/xxxx/xxx/file.git/’: The requested URL returned error: 403” or when i try to clone a repo
$ git clone https://gitlab.com/xxxx/XXXX.git
Cloning into 'XXXX'...
warning: ----------------- SECURITY WARNING ----------------
warning: | TLS certificate verification has been disabled! |
warning: ---------------------------------------------------
warning: HTTPS connections may not be secure. See https://aka.ms/gcm/tlsverify for more information.
warning: ----------------- SECURITY WARNING ----------------
warning: | TLS certificate verification has been disabled! |
warning: ---------------------------------------------------
warning: HTTPS connections may not be secure. See https://aka.ms/gcm/tlsverify for more information.
fatal: unable to access 'https://gitlab.com/xxxx/XXXX.git/': The requested URL returned error: 403
This error happens some times and other times it doesn’t.
I use Gitkraken, i try to reset credential in Windows’s Credential Manager.