I'm trying to clone the following repo using command : git clone https://github.com/laravel/laravel.git
And I'm getting following error:
Cloning into 'laravel'...
error: Proxy CONNECT aborted while accessing https://github.com/laravel/laravel.git/info/refs?service=git-upload-pack
fatal: HTTP request failed
What is going wrong ?