Git: Setting and Unsetting ProxyMar 20, 2023#Git5AI TranslationThis post is translated from Chinese into English through AI.View OriginalSet Proxy# Copygit config --global https.proxy https://127.0.0.1:7890 Unset Proxy# Copygit config --global --unset https.proxy ---