Skip to content

Commit

Permalink
Documentation: Added proxy guidance related to .insteadOf and persona…
Browse files Browse the repository at this point in the history
…l network drives.

Fixes #6152.
  • Loading branch information
EricDunsworth committed Oct 27, 2014
1 parent 7701f81 commit 75b7d4d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions site/pages/docs/proxy-en.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@
<li><code>git config --global --add https.proxy http://USERNAME:PASSWORD@PROXY_ADDRESS:PROXY_PORT</code></li>
</ol>
</li>
<li>Run the following commands to prevent SSH problems:
<ol>
<li><code>git config --global url."https://".insteadOf git://</code></li>
<li><code>git config --global url."https://github.com/".insteadOf git@github.com:</code> (<em>don't</em> remove the final colon)</li>
</ol>
</li>
<li>If your computer is within a corporate network that uses personal network drives, ensure identical copies of your .gitconfig file exist on both the network drive and your local drive's user profile (e.g. <code>F:\</code> and <code>C:\Users\USERNAME</code>).</li>
</ol>
</section>

Expand Down
7 changes: 7 additions & 0 deletions site/pages/docs/proxy-fr.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ Toutes ces méthodes vont emmagasiner votre mot de passe en texte clair, alors f
<li><code>git config --global --add https-proxy http://USAGER:MOT_DE_PASSE@ADRESSE_PROXYS:PORT_PROXY</code></li>
</ol>
</li>
<li>Exécuter les commandes suivantes pour prévenir des problèmes reliés à SSH&#160;:
<ol>
<li><code>git config --global url."https://".insteadOf git://</code></li>
<li><code>git config --global url."https://github.com/".insteadOf git@github.com:</code> (<em>don't</em> remove the final colon)</li>
</ol>
</li>
<li>Si votre ordinateur fait parti d'un réseau corporatif qui utilise des espaces réseau personnels, assurez-vous que des copies identiques du fichier .gitconfig existent sur votre espace personnel et sur votre profil personnel local (exemple&#160;: <code>F:\</code> et <code>C:\Users\VotreUtilisateur</code>)</li>
</ol>
</section>
<section>
Expand Down

0 comments on commit 75b7d4d

Please sign in to comment.