APIs & Integrations

shraddha
Member

In HubSpot facing heroku login issue using Git Bash

When I follow the steps in "How to Build a Web Site", I l login to Heroku using Git Bash command 'heroku login'. I get a message successful login("done"), but my command line never returns "$" in Git Bash.

see below. I also tried continuing typing,  but no return promptly.

 

$ cd ~/Desktop

$ dir

$ git clone https://github.com/HubSpot/BaseWebApp
Cloning into 'BaseWebApp'...
remote: Enumerating objects: 55, done.
remote: Total 55 (delta 0), reused 0 (delta 0), pack-reused 55
Unpacking objects: 100% (55/55), 9.41 MiB | 524.00 KiB/s, done.

$ cd BaseWebApp

$ dir
app.json package.json Procfile project README.md

$ heroku login
heroku: Press any key to open up the browser to login or q to exit:
Opening browser to https://cli-auth.heroku.com/auth/cli/browser/1e681f16-55f0-42d5-8a93-a4681baef8a2?requestor=SFMyNTY....
heroku: Waiting for login...
Logging in... done
Logged in as shraddhatekale07@gmail.com

0 Upvotes
1 Reply 1
dennisedson
HubSpot Product Team
HubSpot Product Team

In HubSpot facing heroku login issue using Git Bash

Hi @shraddha 

Are you still having this issue?

What troubleshooting have you done so far?

 

0 Upvotes