混帳配置credential.helper店
跑
混帳推起源主
在哪裏輸入我的憑據,他們被保存。
我讀到他們存儲在明文,所以現在我想刪除我的憑據保存和默認輸入。
我該怎麼做?
混帳配置credential.helper店
跑
混帳推起源主
在哪裏輸入我的憑據,他們被保存。
我讀到他們存儲在明文,所以現在我想刪除我的憑據保存和默認輸入。
我該怎麼做?
您的憑據是stored in the file you (or the thing using git credential-store
) specified when you (or it) ran the command, as described in the documentation。默認值是$HOME/.git-credentials
。你應該可以在你的編輯器中打開這個文件並進行編輯,或者完全刪除它。
請注意,您可能還需要更改憑證助手,以便它們不會再次存儲。例如,也參見the git credential-cache
documentation。
在終端運行以下命令來刪除存儲在緩存中的憑據
git config --global --unset credential.helper