« Git and GitLab basics » : différence entre les versions
Aller à la navigation
Aller à la recherche
(Page créée avec « == Fabmstic Gitlab Specificities == You have to choose https for synchronizing your gitlab projet. Fichier:gitlabhttps.jpg For cloning you have to use the following ... ») |
(Aucune différence)
|
Version du 20 septembre 2017 à 10:00
Fabmstic Gitlab Specificities
You have to choose https for synchronizing your gitlab projet.
Erreur lors de la création de la vignette : Impossible d’enregistrer la vignette sur la destination
For cloning you have to use the following parameter
git -c http.sslVerify=false clone https://gitlab-fabmstic.imag.fr/fablab/test.git
Then in the project folder
git config http.sslVerify false