git 命令记录

查看我们系统支持哪种helper 

git help -a | grep credential

使用Credential helpers。Credentials helpers是一种外置的程序代码,Git可以从那里取得用户名和密码。credentials helpers通常和操作系统或者其他程序提供的安全存储交互。 

git config --global credential.helper

你可能感兴趣的:(git 命令记录)