📜  关闭 sessin git cli - Shell-Bash 代码示例

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

代码示例1
Remove your ssh keys (~/.ssh)
Then remove git config:
git config --global --unset user.name
git config --global --unset user.email
git config --global --unset credential.helper

Or all your global settings:
git config --global --unset-all