Git 的一些设置

154 阅读1分钟

Git 修改 remote:

git remote set-url origin <https://github.com/xxx/xxx.git>

git pull 的时候,解除ssl验证

git config --global http.sslVerify "false"