【发布时间】:2020-08-30 06:15:27
【问题描述】:
当我想 git push heroku master 它说
! Syntax is: git@heroku.com:<app>.git where <app> is your app's name.
!
! SSH Key Fingerprint: [fingerprint things here]
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我该如何解决这个问题? Screenshot with Error 我尝试了很多但没有任何帮助 (对不起,如果我的英语不好,我来自德国)
【问题讨论】:
-
问题不在于“SSH Key Fingerprint”,而在于“Syntax is: git@heroku.com:
.git ”使用git remote -v开始调试 -
我现在调试了。下一步是什么?这是截图:imgur.com/a/rFgIRAi
-
推送。如果推送没有错误 - 一切正常,您的应用正在运行。
-
还是不行。
-
任何错误信息?
标签: node.js git heroku git-push