Heroku login cannot open browser
Heroku is currently under update but try this should work: heroku login -i
I managed to solve this by:
- Running as root -
sudo su
- Adding the
/snap/bin
folder to myPATH
-PATH=$PATH:/snap/bin
- Doing
heroku login
, copying the link into a browser, pressing login
This leaves me properly connected in the CLI, for some reason. If someone can shed some light on this that would be cool.