Linux 如何省去git记忆用户名和密码输入

You can check your credentials storage by the following command:

$ vim ~/.git-credentials

也可以直接编辑该文件:

http://username:[email protected]

再运行:

$ git config --global credential.helper store

你可能感兴趣的:(Git)