簡體   English   中英

GIT憑證助手要刪除什么?

[英]GIT Credential Helper what to remove?

我曾經使用過AWS CodeCommit,並且需要利用GIT憑證幫助器。 現在,我想刪除此內容,但我不知道要刪除什么。 這是憑證助手的配置:

$ git config credential.helper
!aws codecommit credential-helper $@

credential.helper的默認配置是什么?

您可以使用很多不同的負載,盡管默認情況下,不同版本的git帶有不同的幫助程序。

一些示例是:

git config --global credential.helper store # keeps credentials in a text file
git config --global credential.helper wincred # on git for Windows - keeps credentials in Windows credential manager
git config --global credential.helper manager # also git for Windows - Microsoft's own helper

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM