[英]Heroku: could not read from remote repository
我创建了一个应用程序并加入了Heroku,一切正常,直到我不得不格式化计算机。 我不得不更新应用程序,我无法同步文件夹。 我是Heroku Keys,看到它在格式化之前出现了网络名称,所以我删除了heroku Keys:remove ...并添加了一个带有ssh-keygen-t rsa的新密钥。 我也输入了git文件并删除了“heroku remote”中的行,但都没有工作。 经过多次测试后,我意识到在fetch行中的同一个文件中没有显示应用程序的名称,而是放了heroku,我改了它,但仍然无法正常工作。 公共密钥C:/ / .ssh / id-rsa.pub我总是显示相同的错误
permission denied (publickey)
fatal: Could not read from remote repository
Please make sure You have the correct access rights and the repository exists
即使我创建了一个新的应用程序,但出现了同样的错误,很明显问题是由于格式化计算机,某些东西不匹配,并且不允许我在任何应用程序中同步文件。
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.