Git and GitLab basics

De wiki-fabmstic
Révision datée du 20 septembre 2017 à 12:01 par Germain (discussion | contributions) (→‎Fabmstic Gitlab Specificities)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à la navigation Aller à la recherche

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