Utilizzare un proxy HTTP con git

From RVM Wiki
Revision as of 15:25, 18 March 2016 by Gabriele.vivinetto (talk | contribs) (Created page with "* Impostarlo a livello di utente per tutti i repository (funziona anche per link https): git config --global http.proxy http://proxy.example.priv:3128 =Riferimenti= *[http:/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • Impostarlo a livello di utente per tutti i repository (funziona anche per link https):
git config --global http.proxy http://proxy.example.priv:3128

Riferimenti