ssh授权成功连接git@github.com后git命令授权失败

Posted

技术标签:

【中文标题】ssh授权成功连接git@github.com后git命令授权失败【英文标题】:git commands fail to authorize after ssh authorization succeed to connect to git@github.com 【发布时间】:2021-03-23 07:19:27 【问题描述】:

我在 github 上创建了一个私有 git repo。 我运行命令ssh-keygen -t ed25519 -C "me@gmail.com" -f ".\id_ed22519_me"ssh-add .\id_ed22519_me 来创建私钥和公钥,并将公共ssh 密钥添加到github。 我还设置了以下配置以使用正确的键:

#~/.ssh/config
Host github.com-me
  HostName github.com
  User git
  IdentityFile ~/.ssh/id_ed22519_me
  IdentitiesOnly yes

但是,当我尝试使用 git 命令时,出现以下错误:

#powershell
PS C:\Path\to\Project> ssh -T git@github.com
   Hi me! You've successfully authenticated, but GitHub does not provide shell access.

PS C:\Path\to\Project> git push --set-upstream origin master
   git@github.com: Permission denied (publickey).
   fatal: Could not read from remote repository.

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

谁能知道是什么导致了这种情况?我还确保我为远程“原点”使用正确的 url,并且我的分支确实是“主”

【问题讨论】:

【参考方案1】:

https://gist.github.com/jexchan/2351996#gistcomment-522294 这似乎解决了我的问题。 我有点奇怪,我必须将我的用户名附加到 URL,但它有效 ^^

【讨论】:

还有这个***.com/questions/7927750/…

以上是关于ssh授权成功连接git@github.com后git命令授权失败的主要内容,如果未能解决你的问题,请参考以下文章

OpenSSH:git@github.com 权限被拒绝

无法 SSH -T git@github.com

$ ssh -T git@github.com ssh: connect to host ssh.github.com port 22: Connection timed out

git+ssh 在像 git+ssh://git@github.com/xxx.git 这样的 npm repo 路径中是啥意思

git clone git@github.com:xxx.git Permission denied (publickey) 问题解决办法

(已解决)npm ERR! command failed npm ERR! command git ls-remote ssh://git@github.com/nhn/raphael.git