以保存的用户名密码删除,先找到变量存在的位置:

git config -l

To help track down the setting, I'd try to use:

git config --local credential.helper
git config --global credential.helper
git config --system credential.helper

The first one checks the local repo config, the second is your ~/.gitconfig, and the third is based on where git is installed. Depending on which one comes back showing the credential helper, you can try using the equivalent --unset option:

git config --local --unset credential.helper
git config --global --unset credential.helper
git config --system --unset credential.helper

The last one may not work if you don't have proper permissions. So you may need to run the last one under sudo for it to work correctly. FWIW, you may have installed for the pre-built git images for Mac OS X. If you cat /usr/local/git/etc/gitconfig, you'll see that it does set up the credential helper for you. So the last command above would help fix that problem.

最新文章

  1. Autofac - 程序集扫描
  2. VS2013环境问题
  3. The different between ng-grid & ui-grid
  4. C# 给某个方法设定执行超时时间 C#如何控制方法的执行时间,超时则强制退出方法执行 C#函数运行超时则终止执行(任意参数类型及参数个数通用版)
  5. shell软件工具设计的原则_转
  6. Flash与IE奇怪的关键字冲突
  7. easyui 使特定tab处于选中状态
  8. AES加密 C++调用Crypto++加密库 样例
  9. docker install for centos7
  10. db2 sequence 查询
  11. 如何使用ArcGIS发布LiDAR 点云
  12. 云计算之路-阿里云上:数据库连接数过万的真相,从阿里云RDS到微软.NET Core
  13. Java 重建二叉树 根据前序中序重建二叉树
  14. Idea spring 配置文件报红 URI is not registered
  15. HBase单机和集群版部署
  16. cocos中FPS数值的含义
  17. OpenCV——轮廓填充drawContours函数解析
  18. 003.Kickstart部署之HTTP架构
  19. 洛谷3084 [USACO13OPEN]照片Photo
  20. Linux下 jenkins的安装

热门文章

  1. 老男孩Python全栈学习 S9 日常作业 004
  2. python celery任务分发
  3. centos7.5环境下编译安装php7.0.30并安装redis和mongo扩展
  4. 【原创】大数据基础之Zookeeper(2)源代码解析
  5. 【原创】运维基础之Docker(3)搭建私有仓库
  6. [C]关于函数指针参数的赋值
  7. setInterval动态时间处理
  8. 【MySql】常用方法总结
  9. php中echo、print、print_r、var_dump、var_export区别
  10. linux SWAP