首页 > 其他分享 ># github报错:The requested URL returned error:

# github报错:The requested URL returned error:

时间:2022-10-06 14:11:27浏览次数:58  
标签:requested git 绑定 github 报错 ssh

一、重新绑定密匙

ssh-keygen -t rsa -C '[email protected]'

按下enter记录下生成的路径:C:\Users\Administrator.ssh

从提示的路径找到对应的.ssh文件,打开id_rsa.pub文件,复制里面的数据

在github中添加 SSH keys / Add new

二、测试是否绑定成功

在git工具输入:ssh -T [email protected],显示 You`ve successfully authenticated 表示已经绑定

标签:requested,git,绑定,github,报错,ssh
From: https://www.cnblogs.com/chengqiang521/p/16757514.html

相关文章