Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 381 Bytes

git.md

File metadata and controls

16 lines (11 loc) · 381 Bytes

Git

En git, la configuracion se lleva a cabo de la siguiente manera :

git config --global http.proxy http://user:password@proxyapp.unal.edu.co:8080/proxy.pac
git config --global https.proxy http://user:password@proxyapp.unal.edu.co:8080/proxy.pac

Para remover la configuracion

git config --global --unset http.proxy
git config --global --unset https.proxy