📌  相关文章
📜  git config --global http.sslverify "false" 这个命令解决了我的问题 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:06.810000             🧑  作者: Mango

代码示例1
//If you get an error in git when you try to push to heroku, type this code
//to the console.
git config --global http.sslverify "false"
This command resolve my problem