Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git remove proxy settings

git config --global --unset https.proxy
git config --global --unset http.proxy
Comment

remove git proxy local

git config --unset http.proxy
git config --unset https.proxy
Comment

remove proxy git

git config --unset http.proxy
git config --unset https.proxy
Comment

remove git proxy

git config --global --unset https.proxy
git config --global --unset http.proxy
Comment

PREVIOUS NEXT
Code Example
Shell :: crontab use nano 
Shell :: check gnome version ubuntu terminal 
Shell :: uninstall wps office 
Shell :: upgrade pandas version 
Shell :: ps not found 
Shell :: mvn clean install skip tests 
Shell :: git list user and email 
Shell :: kill ubuntu port 
Shell :: install netstat ubuntu 
Shell :: linux set date timezone 
Shell :: Install redis on macbook pro 
Shell :: install fira code vscode ubuntu 
Shell :: find php.ini ubuntu 
Shell :: anaconda opencv install 
Shell :: get ip mac terminal 
Shell :: ls file size 
Shell :: uninstall cocoapods 
Shell :: check if nginx is running 
Shell :: ubuntu uninstall thingsboard 
Shell :: rclone ubuntu install guide tutorial 
Shell :: uninstall wps 
Shell :: install pip arch linux 
Shell :: artisan rollback one migration 
Shell :: install gd extension php ubuntu 
Shell :: git see all aliases 
Shell :: linux caps lock escape swap 
Shell :: certbot remove domain 
Shell :: webpack-dev-server command not found 
Shell :: react select install 
Shell :: how to install and enable docker on command line with EC2 instance 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =