由于出现“未经授权的访问”错误,无法将Docker Image推送到Heroku存储库

问题描述

我试图将Docker映像推送到Heroku存储库(Web进程),但是遇到授权问题(尝试连接到Heroku存储库)。这是该领域的新手,因此,感谢您提供有关如何解决此问题的任何指导。下面是抓屏,在底部显示了错误。首先,它表明我已经成功构建了Docker映像并将其标记为heroku。我正在其中运行的目录以及存储Dockerfile等的目录是“ quote-app”。感谢对此的任何帮助-

Successfully built 74d28e1cf94a
Successfully tagged registry.heroku.com/quote-app/web:latest

jito76@jito76-VirtualBox:~/quote-app$ docker push registry.heroku.com/quote-app/web
The push refers to repository [registry.heroku.com/quote-app/web]
3dc73b143d23: Preparing 
2c8df0ddcfaf: Preparing 
c73fe40e801c: Preparing 
6e9ea2b471fc: Preparing 
485a88bfb7a0: Preparing 
11b5066d94a5: Waiting 
bd8e6688d36c: Waiting 
07cab4339852: Waiting 
unauthorized: authentication required
jito76@jito76-VirtualBox:~/quote-app$ 

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)