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

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

習慣沉默
習慣沉默

全部回复(1)
阿神

可以将你的密码缓存下来,只用输一次密码,以后都可以不用输入了。缺点就是密码都明文保存在~/.git-credential文件中。
Git for linux

git config --global credential.helper cache

Git for windows

git config --global credential.helper wincred
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板