Mac下让git输一次用户名之后自动记住在钥匙串中
2020-03-15 本文已影响0人
lenka01
git config --global credential.helper osxkeychain
然后再git clone https输入用户名和密码自动记住钥匙串
利用credential永久保存用户名和密码到本地
git config --global credential.helper store
git config --global credential.helper osxkeychain
然后再git clone https输入用户名和密码自动记住钥匙串
利用credential永久保存用户名和密码到本地
git config --global credential.helper store