I am using a VM provisioned by my company\'s internal cloud (KVM) - RHEL 6.4.
I am able to clone external repositories from the internet. Yet, I cannot figure out ho
use this in .gitconfig file then this problem will resolved.
- [http] proxy = http://127.0.0.1:8087 sslVerify = false
OR git config --global http.proxy ''
git config --global http.proxy ''