栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 系统运维 > 运维 > Linux

【git】Enter passphrase for key 解决本地git 提交需要密钥问题

Linux 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

【git】Enter passphrase for key 解决本地git 提交需要密钥问题

原因

本地的ssh是加密的,如果安装过程中选择了输入密码来保证本地ssh不被滥用,那么就需要要在以后的使用过程中都输入当时指定的本地密码。

现象

本地提交代码报错

$ git pull
Enter passphrase for key '/c/Users/myPC/.ssh/id_rsa':
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

使用vscode插件报错

fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
解决

设置文件的、添加到环境变量的、删除(修改为空格)passphrase密码。

删除(修改为空格)passphrase密码
ssh-keygen -p

注意:这里只是删除密码 ssh的pub不会改变。

$ ssh-keygen -p
Enter file in which the key is (/c/Users/myPC/.ssh/id_rsa):
Enter old passphrase:
Key has comment 'lt1st'
Enter new passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved with the new passphrase.


在new passohrase直接点回车,again也是直接回车不设置密码

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/880750.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号