Just create or edit you .gitconfig
in your root of your home profile. And append below line.
[http]proxy = http://username:[email protected]:8080
Save it. And retry to git clone again.
Alternate option.
git config --global http.proxy address:port
Originally posted 2019-06-03 22:43:00.