用mac的時(shí)候跪楞,鑰匙鏈可以記住git用戶名和密碼,但是在linux中確得反復(fù)輸入用戶名密碼软舌。那么有沒有什么可以在linux中記住git用戶名和密碼的方法呢殉疼?
當(dāng)然有梯浪,git本來就提供了,請(qǐng)看:
git config --global credential.helper store
git credential-store store
protocol=https
host=hostname #把host改成git托管的主機(jī)名
username=bob #把bob改成希望記住的用戶名
password=secret #把secret改成希望記住的密碼
這樣你的用戶名和密碼就會(huì)被以明文記錄在~/.git-credentials中捌年,當(dāng)你執(zhí)行g(shù)it命令的時(shí)候會(huì)自動(dòng)讀取此文件中的身份信息