This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
2018_2019:s3:methodo:td:git:lignescommandes [2018/09/05 17:39] 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. |