首页 > 技术文章 > git 操作命令

beihangxuwei 2021-07-30 09:36 原文

记住用户名和密码(不用每次都输入)

git config --global credential.helper store

git config --global credential.helper 'cache --timeout=86400'(记住一天)

推荐阅读