Skip to content
Snippets Groups Projects
Commit 9f72c824 authored by Juliette Engelaere-Lefebvre's avatar Juliette Engelaere-Lefebvre
Browse files

Update 00-decouverte.Rmd : ajout du http:// devant url du proxy utilisé par...

Update 00-decouverte.Rmd : ajout du http:// devant url du proxy utilisé par git pour faire taire le message "Le ServicePointManager ne prend pas en charge les proxies avec le schéma pfrie-std.proxy.e2.rie.gouv.fr."
parent 82ab4c01
No related branches found
No related tags found
No related merge requests found
Pipeline #438031 passed
......@@ -37,8 +37,8 @@ Pour mettre à jour, via git cmd : `git clone https://github.com/git/git`
git ne va pas chercher dans les options d'internet explorer ou de RStudio, il faut lui apprendre à franchir le proxy en ligne de commande (Git GUI ou terminal R studio)
```
git config --global http.proxy pfrie-std.proxy.e2.rie.gouv.fr:8080
git config --global https.proxy pfrie-std.proxy.e2.rie.gouv.fr:8080
git config --global http.proxy http://pfrie-std.proxy.e2.rie.gouv.fr:8080
git config --global https.proxy http://pfrie-std.proxy.e2.rie.gouv.fr:8080
```
3. Déclarer et authentifier l'**utilisateur** de Git en vue de la communication avec un serveur
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment