diff --git a/functions.sh b/functions.sh index e6de780..db02453 100755 --- a/functions.sh +++ b/functions.sh @@ -155,6 +155,7 @@ unsetproxy () { git config -f ~/.gitconfig_local --unset http.proxy + git config -f ~/.gitconfig_local --unset http.sslverify false git config -f ~/.gitconfig_local --unset https.proxy # git config -f ~/.gitconfig_local --unset core.sshCommand