Im using my office network and to connect to the internet I use a proxy. Im trying to install a plugin using git -
git clone https://github.com/tmatilai/vagrant-proxyconf.git
but I get an error -
fatal: unable to access 'https://github.com/tmatilai/vagrant-proxyconf.git/': Failed connect to github.com:443; No error
I have the following details about the proxy : IP address, port number,domain,username,password
How do I configure git to use this proxy?
Please help!