📜  设置 git 凭据,这样我在推入时永远不会询问用户名和密码 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:51:41.843000             🧑  作者: Mango
代码示例1
git config --global credential.helper store
git config --global credential.helper cache