Git 的一些设置 卢方 2022-07-09 154 阅读1分钟 Git 修改 remote: git remote set-url origin <https://github.com/xxx/xxx.git> git pull 的时候,解除ssl验证 git config --global http.sslVerify "false"