在使用 Git 的时候,经常 git pull, git push 等操作时需要输入用户名和密码, 我们可以将用户名和密码缓存起来,提高工作效率。

git config --global credential.helper 'cache --timeout 3600'

其中的缓存时间单位是