#//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