« Git/Création de votre dépôt local » : différence entre les versions

Contenu supprimé Contenu ajouté
Ligne 93 :
 
== Problèmes connus ==
=== fatal: unable to access 'httphttps://MonServeur/MonDepotEnLigne.git/': SSL certificate problem: self signed certificate ===
Lors du clonage, remplacer HTTPS par HTTP, ou bien désactiver la vérification du certificat SSL :
<source lang="bash">
git -c http.sslVerify=false clone https://MonServeur/MonDepotEnLigne.git
</source>