每当我尝试将项目上传到github时,都会出现以下错误。
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
请有人帮助我。我是github的新手。我无法理解什么是错的
答案 0 :(得分:0)
听起来你没有为github正确设置你的SSH密钥。 GitHub文档应该是开始帮助您正确设置SSH密钥的好地方。
答案 1 :(得分:0)
您可能正在尝试使用SSH连接到GitHub。如果您想使用ssh,请尝试this link。相反,更优选的方法是推送/拉取HTTPS。请改为git remote set-url origin https://github.com/User/UserRepo.git
。然后如果你推,git将要求你的电子邮件和密码,很可能是成功的。使用Https还解决了防火墙后推/拉的问题