GitLab Definir nome de usuário e senha globais
git config --global credential.helper store
git pull # Ask for username and password, after that these are stored
Im_Arxus
git config --global credential.helper store
git pull # Ask for username and password, after that these are stored