码迷,mamicode.com
首页 > 其他好文 > 详细

取消Git每次拉取、提交推送都要输入密码

时间:2020-03-01 10:43:43      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:用户信息   ras   col   new   bip   bee   ati   账号   users   

原因:在初始化配置Git用户信息时,设置了用户密码

解决方式:重置用户密码,并设置为空

$ ssh-keygen -p

Enter file in which the key is (/c/Users/xxx/.ssh/id_rsa):  (直接Enter)
Enter old passphrase:(输入旧密码)
Key has comment ‘xxx@DESKTOP-CNLBIPC‘
Enter new passphrase (empty for no passphrase):(直接Enter)
Enter same passphrase again:(直接Enter)
Your identification has been saved with the new passphrase.

*********************************************************************************************************

百度了很多都是这个命令

  $ git config --global credential.helper store

然后,下次再输入一次 账号密码 就可以了

但是在我电脑上就是不管用o(╥﹏╥)o

 

 

取消Git每次拉取、提交推送都要输入密码

标签:用户信息   ras   col   new   bip   bee   ati   账号   users   

原文地址:https://www.cnblogs.com/uakora/p/12388481.html

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