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
本文标题:Mac下让git输一次用户名之后自动记住在钥匙串中
本文链接:https://www.haomeiwen.com/subject/llhlehtx.html
网友评论