首页 > 其他 > 详细

免密码提交gitlab

时间:2019-05-23 18:04:19      阅读:304      评论:0      收藏:0      [点我收藏+]

在你的用户目录下新建一个文本文件.git-credentials

echo https://henry:123456@ggithub.com > /root/.git-credentials
git config --global credential.helper store

之后再提交就不需要用户和密码了

免密码提交gitlab

原文:https://www.cnblogs.com/cptao/p/10913477.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!