You do not have access to the app hoge appears on heroku info.

Asked 2 years ago, Updated 2 years ago, 308 views

When I try to do heroku info, I get the following error:

PSG:\MyDrive\LocalRepository\firstdash>heroku info
 »   Warning—heroku update available from 7.53.0 to 7.60.2.
 !    You do not have access to the app hoge.
PSG:\My Drive\LocalRepository\firstdash> 

"I think this ""hoge"" was made with Bitbucket, which I did not understand well before, so I tried installing it."
If you do the following command, the attached image will appear.

PSG:\MyDrive\LocalRepository\firstdash>git push-u origin main

I have no plans to use bitbucket for a while, so I tried to uninstall it once, but I'm at a loss because I don't know how to uninstall it.
Could you tell me the direction of the solution so that I can uninstall bitbucket or use commands such as heroku info?
Enter a description of the image here

git heroku bitbucket

2022-09-30 22:04

1 Answers

Bitbucket is a hosting service, so there is no way to uninstall it.
If you don't want to use it, leave it as it is, or you will have to delete your account after logging in on the screen after git push.

Please reconsider whether heroku info needs to be performed in the repository that you created without knowing it well before.(I feel like I just need to run it in the newly created repository)


2022-09-30 22:04

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.