When trying to clone git account from gitlab using,
git clone [email protected]:username/project.git
facing the below error,
[email protected]: Permission denied (publickey). fatal: Could not read from remote repository.
The gitlab is registerd with my custom.pub public ssh key. Both the private and public ssh key of the windows client PC is stored in "C:/Users/username/.ssh".
How to fix this failure