Différences entre les versions de « Git and GitLab basics »

De wiki-fabmstic
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 ... »)
 
 
Ligne 2 : Ligne 2 :
   
 
You have to choose https for synchronizing your gitlab projet.
 
You have to choose https for synchronizing your gitlab projet.
  +
  +
 
[[Fichier:gitlabhttps.jpg]]
 
[[Fichier:gitlabhttps.jpg]]
  +
   
 
For cloning you have to use the following parameter
 
For cloning you have to use the following parameter

Dernière version du 20 septembre 2017 à 12:01

Fabmstic Gitlab Specificities

You have to choose https for synchronizing your gitlab projet.


Gitlabhttps.jpg


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