sh git凭证存储配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh git凭证存储配置相关的知识,希望对你有一定的参考价值。

# git config --global credential.helper "cache --timeout=14400"
# git config --global credential.helper osxkeychain
# git config --global credential.helper /usr/share/doc/git/contrib/credential/gnome-keyring/git-credential-gnome-keyring

cat <<-EOF >> ~/.gitconfig
[credential]
    # stored in memory
    helper = cache --timeout=14400
    # stored on filesystem, unencrypted
    # helper = store
EOF

以上是关于sh git凭证存储配置的主要内容,如果未能解决你的问题,请参考以下文章

7.14 Git 工具 - 凭证存储

Git 之 配置文件与用户凭证

Git之深入解析凭证存储

kafka权限控制

jenkins 添加 证书凭证Credentials

GPG 签署所有没有存储的 git 提交