码迷,mamicode.com
首页 > Web开发 > 详细

git在用https进行push时候免输账密的方法

时间:2017-11-17 23:24:46      阅读:260      评论:0      收藏:0      [点我收藏+]

标签:github   pass   配置   方法   https   git   passwd   tps   config   

先新建一个文件

$ touch ~/.git-credentials
$ vim ~/.git-credentials

进去添加内容(github为github.com,码云为gitee.com)

https://{username}:{passwd}@gitee.com

然后再添加git配置

$ git config --global credential.helper store

可以查看~/.gitconfig文件的变化

[credential]
helper = store

此时再push就不需要密码啦!

git在用https进行push时候免输账密的方法

标签:github   pass   配置   方法   https   git   passwd   tps   config   

原文地址:http://www.cnblogs.com/Basu/p/7853754.html

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