tech:git_over_https_-_conf_client
Ceci est une ancienne révision du document !
Git over HTTPS - conf client
git clone https://user@git.acme.fr/user/projet
- ~/.netrc
machine git.acme.fr login user password P@ssw0rd
chmod 600 ~/.netrc
Voir man netrc
Voir aussi http.extraHeader
ou alors
git config --global credential.helper store
Si certificats auto-signés
git -c http.sslVerify=false clone https://example.com/path/to/git
git config --global http.sslVerify false
tech/git_over_https_-_conf_client.1758619450.txt.gz · Dernière modification : de Jean-Baptiste
