最近不想使用 ssh 的方式来在命令行使用 git 了,而是改用 https 的方式。但是,这个方式需要手动输入 username 和 token,我不想每次都输入一遍,所以,可以让 git 帮我们缓存一下,
git config --global credential.helper store