Skip to content

Instantly share code, notes, and snippets.

@iradofurioso
Last active October 16, 2020 13:57
Show Gist options
  • Save iradofurioso/7df5c797221b6b5327179671c7fb4739 to your computer and use it in GitHub Desktop.
Save iradofurioso/7df5c797221b6b5327179671c7fb4739 to your computer and use it in GitHub Desktop.
Avoid enter GITHUB password all the time when pushing | Evitar ficar digitando a senha do GITHUB toda hora
Para dar push ao Github sem precisar ficar digitando a senha a todo momento
$ ssh-keygen
→ Colocar o nome do arquivo com a chave pgp.
$ ssh-add
$ cat ~/.ssh/<nome_do_arquivo>.pub
copiar a chave e colocar no github na tela de configurações.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment