Https github.com website opens but I cannot clone using CommandLine

190 views Asked by At

I have this issue (which is already discussed in many threads here) but still can't find a way to the solution in my case, https://www.github.com opens normally, but when I try to clone a project from Github using https, I get this error :

enter image description here

I work in a company where I'm connected via proxy (which is detected automatically), I was told I should add that to the .gitconfig file, I tried that in both ways (git config --global ...) or manually by writing to the file so, I added the proxy for https in the .gitconfig file :

[https] proxy = https://172.16.0.254:8080

But I still have the same problem, what should I do to make this work, I appreciate the help.

PS : Pinging the website gives me :

Request timed out. Request timed out. Request timed out. Request timed out. Ping statistics for 192.30.252.128: Packets: Sent = 4, Received = 0, Lost = 4 (100% loss)
0

There are 0 answers