Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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 :: video to gif ffmpeg 
Shell :: push branch to remote 
Shell :: install pyramid 
Shell :: foreach powershell 
Shell :: git changes on branch carried over after switching to other branch 
Shell :: bash substring test 
Shell :: untar file in linux 
Shell :: run cmd elevated command line 
Shell :: scp to remote server 
Shell :: install android repo 
Shell :: sh declare variable 
Shell :: find location for powershell profile ps1 file 
Shell :: create a zip file in linux 
Shell :: tbomb github 
Shell :: linux my ip 
Shell :: see number of documents in mongodb collection 
Shell :: how to install crome linux 
Shell :: how to install kvm on Ubuntu 22.04 
Shell :: github repo with most issues 
Shell :: you have new mail terminal mac 
Shell :: cordova run device 
Shell :: how to exit vim 
Shell :: install oh my zsh M1 
Shell :: git fetch and checkout branch 
Shell :: powershell append file to another file 
Shell :: multiply command bash 
Shell :: git change email of old commit 
Shell :: how to check if a commit is in a branch 
Shell :: bash check if file is empty 
Shell :: install magento 2 command line composer 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =