Hello,
I see at least a couple of other issues for this error, but no clear resolution.
I created an SSH RSA key and am trying to add it to my Gitlab account so I can version control local files and push them into Gitlab repositories. However I get the following error:
The form contains the following errors:
*** Fingerprint has already been taken**
*** Fingerprint cannot be generated**
I tried the advice of some other articles and Stackoverflow threads which say to create another id_rsa.pub files and call it id_rsa2.pub or something of the sort. This also creates an alternative id_rsa file in the .ssh directory.
Still the same errors.
I deleted the SSH key that I was previously using in the Gitlab account because it was also not working.
I have followed the Gitlab instructions for generating and SSH key.
Can someone please help me fix this issue?