如果在使用git的时候每次pull、push都需要重复输入账号密码,这时候只需要
[图片上传中...(nav.jpg-ba4c17-1607601909045-0)]
git config --global credential.helper store
然后下次再输入账号密码之后会被永久保存
如果在使用git的时候每次pull、push都需要重复输入账号密码,这时候只需要
[图片上传中...(nav.jpg-ba4c17-1607601909045-0)]
git config --global credential.helper store
然后下次再输入账号密码之后会被永久保存