git免输入用户名和密码

git config credential.helper store
需要执行一次输入用户名和密码,后面再执行git pull 或者git push时不用输入用户名和密码

发表评论

邮箱地址不会被公开。 必填项已用*标注