Git demande le login/mdp (token)

2026-01-08

Dans le fichier ~/.gitconfig, ajouter la section [credential]

[user]
	name = myname
	email = myname@example.com
[push]
    default = matching
[credential]
    helper = store
[core]
	autocrlf = input

Dans le ~/.git-credentials (permission 0600), ajouter une entrée

https://unnomquinesertpas:votretokenenclair@vers.le.serveur.en.question.com

Source https://git-scm.com/docs/git-credential-store