This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
2018_2019:s3:methodo:td:git:lignescommandes [2018/09/05 16:10] blay |
2018_2019:s3:methodo:td:git:lignescommandes [2018/09/05 17:42] (current) blay |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | Attention à votre environnement : | + | Attention à votre environnement... |
<code> | <code> | ||
git config --global http.sslVerify false | git config --global http.sslVerify false | ||
+ | </code> | ||
+ | Et bien sûr pour savoir qui commite : | ||
+ | <code> | ||
git config --global user.name "myusername" | git config --global user.name "myusername" | ||
etc. | etc. | ||
</code> | </code> | ||
+ | |||
+ | |||
+ | |||
+ | Pour les étudiants qui utilisent leur ordi perso, il est possible que vous ayez besoin de, ouvrir un Git CMD en administrateur, puis taper la commande suivante: | ||
+ | <code> git config --system --unset credential.helper</code> | ||