git凭证

默认是manager

# 将凭证缓存到内存中,默认缓存15分钟
git config --global credential.helper cache

# 将凭证存储到磁盘上的纯文本文件中
git config --global credential.helper store

# 使用 Git 凭证管理器
git config --global credential.helper manager-core

查看credential设置

要查看当前 Git 配置中 credential.helper 的设置,可以使用以下命令:

git config --global credential.helper

这个命令会输出当前全局配置中设置的 credential.helper 值。如果没有设置 --global 选项,它将只检查当前仓库的配置:

git config credential.helper

删除manager凭证

打开控制面板\用户帐户\凭据管理器
在这里插入图片描述

相关推荐

  1. <span style='color:red;'>git</span><span style='color:red;'>凭证</span>

    git凭证

    2024-06-09 08:00:03      24 阅读
  2. linux git凭证管理

    2024-06-09 08:00:03       31 阅读
  3. git 凭据缓存不可用;没有 unix 套接字支持”警告

    2024-06-09 08:00:03       52 阅读
  4. 凭证卷发放流程优化方案

    2024-06-09 08:00:03       49 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-06-09 08:00:03       91 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-06-09 08:00:03       97 阅读
  3. 在Django里面运行非项目文件

    2024-06-09 08:00:03       78 阅读
  4. Python语言-面向对象

    2024-06-09 08:00:03       88 阅读

热门阅读

  1. Sass 使用指南:让 CSS 编程更高效、更强大

    2024-06-09 08:00:03       31 阅读
  2. AI学习指南机器学习篇-使用C4.5算法构建决策树

    2024-06-09 08:00:03       30 阅读
  3. Scala学习笔记9: 继承

    2024-06-09 08:00:03       28 阅读
  4. Tomcat部署及优化

    2024-06-09 08:00:03       25 阅读
  5. Hbase中Rowkey的设计方法

    2024-06-09 08:00:03       27 阅读
  6. 回溯算法举例

    2024-06-09 08:00:03       28 阅读
  7. C++设计模式---单例模式

    2024-06-09 08:00:03       25 阅读