DEV Community

João Vitor Martins Araújo
João Vitor Martins Araújo

Posted on • Edited on

4 2

Configurar usuario e senha global no github

Configure o nome de usuário e o email de acordo com a sua conta do GitHub.

git config --global user.name "fname lname" 
git config --global user.email "example@gmail.com" 
Enter fullscreen mode Exit fullscreen mode

A senha deve ser o seu token de acesso gerado no GitHub: https://dev.to/jvmartyns/configurar-token-de-acesso-do-github-5eep

git config --global user.password "github_access_token" 
Enter fullscreen mode Exit fullscreen mode

Para ver as configurações existentes use o comando

git config --list --show-origin
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more