在linux 下,默认每次操作远程git 时都需要输入用户名和密码,通过下面的配置实现记住密码
git config --global credential.helper store
git credential-store store
protocol=http
host=10.24.12.2
username=xxx
password=xxx
在linux 下,默认每次操作远程git 时都需要输入用户名和密码,通过下面的配置实现记住密码
git config --global credential.helper store
git credential-store store
protocol=http
host=10.24.12.2
username=xxx
password=xxx
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。