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

Linux下解决每次git pull/git push都需输入密码的问题

时间:2020-01-08 11:04:53      阅读:103      评论:0      收藏:0      [点我收藏+]

标签:png   需要   图片   项目   lob   pull   校验   输入   vim   

操作步骤

  • 设置全局配置
cd /
git config --global credential.helper store
  • 查看配置文件校验结果
vim ~/.gitconfig

技术图片

  • 使用:
      cd到项目目录,执行git pull,会提示输入账号密码。输完这一次以后git pull或git push就不在需要输入密码了(会在根目录生成一个 .git-credentials 文件)

Linux下解决每次git pull/git push都需输入密码的问题

标签:png   需要   图片   项目   lob   pull   校验   输入   vim   

原文地址:https://www.cnblogs.com/jakaBlog/p/12164935.html

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