3

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 ?

s_user
  • 586
  • 2
  • 8
  • 19

1 Answers1

4

I'm behind the proxy, when I setup git to use proxy, like it is stated in this answer: Getting git to work with a proxy server

I could correctly cloned that laravel repo

Community
  • 1
  • 1
Jan Tancibok
  • 125
  • 1
  • 11