How to remove a proxy setting in Git

How to remove a proxy setting in Git

In this post we will give you information about How to remove a proxy setting in Git. Hear we will give you detail about How to remove a proxy setting in GitAnd how to use it also give you demo for it if it is necessary.

we are going to learn about how to remove an http, https proxy setting in Git.

Removing the git proxy globally

To remove the git proxy globally, run the following commands in your terminal.

git config --global --unset http.proxygit config --global --unset https.proxygit config --global --unset core.gitproxy

If you want to remove the git proxy in a local config, then you use the following commands:

git config  --unset http.proxygit config  --unset https.proxygit config  --unset core.gitproxy

You can verify, if the proxy config is successfully removed from your system or not by running the below command:

git config --global --list

Hope this code and post will helped you for implement How to remove a proxy setting in Git. if you need any help or any feedback give it in comment section or you have good idea about this post you can give it comment section. Your comment will help us for help you more and improve us. we will give you this type of more interesting post in featured also so, For more interesting post and code Keep reading our blogs

For More Info See :: laravel And github

We're accepting well-written guest posts and this is a great opportunity to collaborate : Contact US