码迷,mamicode.com
首页 > 系统相关 > 详细

Linux中如何记住git密码

时间:2020-12-04 10:57:17      阅读:10      评论:0      收藏:0      [点我收藏+]

标签:服务器   style   div   lin   rgba   linux   linu   ssh   目的   

目的:为了方便服务器上每次git拉去都需要填写密码,而又不想用ssh密钥的

1、在终端下执行

git config --global credential.helper store

2、查看 ~/.gitconfig文件,会多了一项:

[credential]
helper = store

 

Linux中如何记住git密码

标签:服务器   style   div   lin   rgba   linux   linu   ssh   目的   

原文地址:https://www.cnblogs.com/lhicp/p/14058699.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!