rajout d'un warning

This commit is contained in:
Daniel Jakots 2016-12-17 19:48:34 -05:00
parent 36df88e88c
commit 939a35cb2e

View file

@ -663,6 +663,8 @@ $ git config hooks.showrev "git show -C %s; echo
### Ignorer les vérifications SSL
À éviter au maximum bien sûr.
~~~{.basb}
$ git config --global http.sslverify "false"
~~~