git utilise ssh au lieu de https
git config --global url.ssh://[email protected]/.insteadOf https://github.com/
Splendid-est Swan
git config --global url.ssh://[email protected]/.insteadOf https://github.com/
git remote set-url origin [email protected]:username/repo-name-here.git
git config --global url.ssh://[email protected]/.insteadOf https://github.com/