git config credential.helper store 输入上边命令后进行一次pull或者push操作,输入对应的用户名和密码就会自动保存。可以进入vi .git/config中查看。 .git/config