0
Removes the Usuario@Usuario-PC
at the end, because it does not belong to ssh key.
Follow the steps of documentation: https://git-scm.com/book/pt-br/v1/Git-no-Servidor-Gerando-Sua-Chave-P%C3%Bablica-SSH
That it will serve for any operating system and when repository.
what was the path taken for you to generate ssh key?
– Leonardo Theodoro
@Leonardotheodoro I followed these steps https://bigdataagronegocio.wordpress.com/2017/03/11/tutorial-de-instalacao-e-configuracao-do-gitlab-no-windows/
– Felipe Henrique
try using this command to generate your ssh key
ssh-keygen -o -t rsa -b 4096 -C "[email protected]"
. As you are in windows, after you have generated, use this command to copy your SSH keycat ~/.ssh/id_ed25519.pub | clip
. After copying, try to paste your new SSH and make sure it works!– Leonardo Theodoro
@Leonardotheodoro keeps giving mistake saves me hahahaha please
– Felipe Henrique
The form contains the following errors: Fingerprint has already been Taken Fingerprint cannot be generated Key type is Forbidden. Must be RSA, ECDSA, or ED25519
– Felipe Henrique