Not able clone gitlab private repo using git bash

not able clone gitlab private repo using git bash, getting the below error

remote: HTTP Basic: Access denied
fatal: Authentication failed for 'https:/

Hi,

which command did you use to clone? Also, are you using a personal authorization token, or basic auth with https?

Cheers,
Michael

Summary

This text will be hidden

Please do need full with the right steps and command
Tried both with user name and password and gave the personal authorization token as password/ and only personal token in the clone url

Hi,

I’m not really sure what you are doing with the http proxy, but setting HTTPS_PROXY to port 80 looks weird. Can you try that without the proxy, or likewise, use a simple curl with that proxy settings?

Cheers,
Michael