Windows 使用 ssh-agent 添加多个ssh key后,git依旧无权限的解决方法

2 篇文章 0 订阅
2 篇文章 0 订阅

问题表现

在windows安装完ssh-agent,添加多个ssh key之后,git clone依旧提示Permission Denied。
(安装参见:https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_keymanagement

问题原因

Git需要知道Windows ssh-agent服务的位置, 可以通过添加GIT_SSH环境变量来解决该问题。

以下文字来源:https://snowdrift.tech/cli/ssh/git/tutorials/2019/01/31/using-ssh-agent-git-windows.html

Git for Windows uses the ssh binaries included with git by default. While this works well enough in most situations, one side-effect is that git has no idea how to talk to the Windows ssh-agent service. In order for git commands to use the Windows ssh-agent service, git needs to be informed of the system OpenSSH path. To accomplish this, the environment variable GIT_SSHneeds to be set with the path of the system OpenSSH executable.

解决方法

Run the following command to update the environment variable:
在PowerShell中运行以下命令添加环境变量:

PS >  [Environment]::SetEnvironmentVariable("GIT_SSH", "$((Get-Command ssh).Source)", [System.EnvironmentVariableTarget]::User)
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值