git Command to remove proxy

35 views Asked by At

I have a added incorrect proxy. Below is the one which I was added later I am getting Unsupported proxy syntax in '12345@': No host part in the URL

Below line was added as proxy

http.proxy=http://username:passowrd@12345@

I am trying below command to remove. Please suggest how to remove it?

>git config --unset http://username:passowrd@12345@
error: key does not contain a section: http://username:passowrd@12345@
0

There are 0 answers