git http 免密码登录
習慣沉默
習慣沉默 2017-05-02 09:46:09
0
1
519

老板没有配置 ssh, 现在是http, 每次都要登录账号密码,怎么避免这种情况呢?

習慣沉默
習慣沉默

reply all(1)
阿神

You can cache your password, you only need to enter it once, and you don’t need to enter it in the future. The disadvantage is that the passwords are stored in clear text in the ~/.git-credential file.
Git for linux

git config --global credential.helper cache

Git for windows

git config --global credential.helper wincred
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template