Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 329 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 329 Bytes

SleepNotFound

#//Ganti Proxy Git

#git config --global http.proxy http://username:[email protected]:8080

#If you decide at any time to reset this proxy and work without proxy:

#Command to use:

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

#Finally, to check the currently set proxy:

#git config --global --get http.proxy