git 命令记录
2019-05-16 本文已影响0人
孤随风
查看我们系统支持哪种helper
git help -a | grep credential
使用Credential helpers。Credentials helpers是一种外置的程序代码,Git可以从那里取得用户名和密码。credentials helpers通常和操作系统或者其他程序提供的安全存储交互。
git config --global credential.helper
查看我们系统支持哪种helper
git help -a | grep credential
使用Credential helpers。Credentials helpers是一种外置的程序代码,Git可以从那里取得用户名和密码。credentials helpers通常和操作系统或者其他程序提供的安全存储交互。
git config --global credential.helper