Linux让git记住账号密码 ——IT唐伯虎 摘要: Linux让git记住账号密码. 1.进入根目录,指令:cd / 2.创建记录账号密码的文件,指令:touch .git-credentials 3.用vi打开文件,指令:vi .git-credentials 4.按i,进入编辑模式 5.输入https://{username}:{password}@github.com,其中,将{username}替换为你的账号,{password}替换为你的密码,https://.......@git