Skip to content

Instantly share code, notes, and snippets.

@websterl3o
Last active April 5, 2023 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save websterl3o/12ad2d819ff77126f626c83ac6e012f2 to your computer and use it in GitHub Desktop.
Save websterl3o/12ad2d819ff77126f626c83ac6e012f2 to your computer and use it in GitHub Desktop.
Configurando git

Configurando chave SSH

  • No terminal da maquina execute ssh-keygen -t rsa -b 4096 siga com enter para aceitar os valores padrões.

  • Acessar https://github.com/settings/ssh/new

  • Adicionar um titulo de identificação para a chave

  • Copiar a chave gerada no arquivo ~/.ssh/id_rsa.pub e colar no campo de texto

  • Clicar em Add SSH Key

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment