Halo
发布于 2023-11-14 / 64 阅读 / 0 评论 / 0 点赞

windows连GitHub被拒

背景

linux 用key可以连接到github,但是windows不行

错误提示

git@github.com: Permission denied (publickey)

解决办法

git config --global core.sshCommand "'C:\Windows\System32\OpenSSH\ssh.exe'"


评论