git 免密码配置

1 修改本地git邮箱和账号

查看用户名 :git config user.name

查看密码: git config user.password

查看邮箱:git config user.email

查看配置信息: $ git config --list  

(阿里云 服务器已验证 )

[root@cicd ~]# git config --global user.email "cdci@qq.com"
[root@cicd ~]# git config user.email
cdci@qq.com
[root@cicd ~]# git config --global user.password "88888888"

修改用户名

git config --global user.name "xxxx(新的用户名)"

修改密码git config --global user.password "xxxx(新的密码)"

修改邮箱

git config --global user.email "xxxx@xxx.com(新的邮箱)"

移除用户名和邮箱

git config --global --replace-all user.name"你的 git 的名称"

git config --global --replace-all uesr.email"你的 git 的邮箱"

2 修改本地密码(此操作是克隆项目时账号密码错误使用,可以在克隆报错时自动提示键入密码)

gitconfig--system--unsetcredential.helper

设置记住密码(默认15分钟):

git config --global credential.helper cache

如果想自己设置时间,可以这样做:

git config credential.helper 'cache --timeout=3600'

这样就设置一个小时之后失效

长期存储密码:

git config --global credential.helper store

增加远程地址的时候带上密码也是可以的。(推荐)

从仓库的config的里面修改url,后面加上密码

http://yourname:password@git.oschina.net/name/project.git

设置Git密码登录,你需要进行以下步骤: 1. 配置用户名和邮箱:使用以下命令配置全局的用户名和邮箱: ``` git config --global user.name "xxx" git config --global user.email "xxx@xxx.com" ``` \[1\] 2. 生成SSH密钥对:使用以下命令生成SSH密钥对,一般选择默认配置即可: ``` ssh-keygen -t rsa -C "xxx@xxx.com" ``` \[1\] \[2\] 3. 将公钥添加到GitHub:登录到GitHub账号,进入"Settings" -> "SSH and GPG keys",点击"New SSH key"。在"Title"中填写一个标识,将生成的公钥(.pub文件)的内容复制到"Key"中,然后点击"Add SSH key"保存。 \[2\] 4. 验证密码登录:现在你应该可以使用SSH协议进行密码登录了。如果你是自己搭建的Git服务器,将生成的公钥内容添加到服务器的authorized_keys文件中即可实现密码登录。 \[2\] 另外,如果你想使用HTTPS方式进行密码登录,可以创建一个.git-credentials文件,并将以下内容保存到文件中: ``` https://{username}:{passwd}@github.com ``` \[2\] 请注意,这种方式需要将密码明文保存在文件中,所以请确保你的计算机和文件的安全性。 希望以上信息对你有帮助! #### 引用[.reference_title] - *1* [Git密码登录](https://blog.csdn.net/fanxingdo/article/details/131189237)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^control,239^v3^insert_chatgpt"}} ] [.reference_item] - *2* *3* [Git 密码登录](https://blog.csdn.net/xixihahalelehehe/article/details/104431317)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^control,239^v3^insert_chatgpt"}} ] [.reference_item] [ .reference_list ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值