I have added the ssh config keys to my profile and repo level as well but whenever I try to clone it on my local Pc it keeps asking for a password or else shows an error by telling me the wrong password.
It’s not accepting the password that I have set while creating the RSA keys and on another side if I don’t create any password while creating ssh keys it still asks for a password and produces the same error when cloning.
We are running from Windows.
Gitlab version : 11.4 (We are planning to Upgrade)
- We tried recreating the key and add the same to the SSH Keys under profile settings
- We tried these tips - git clone asks for the password but I have my ~/.ssh/id_rsa.pub added (#45593) · Issues · GitLab.org / GitLab FOSS · GitLab
- Tried this command - git config --global http.sslVerify false
Any assistance will be much appreciated.