I'm trying to execute
git push heroku master
But the computer on which I work has some ports, so I can not push through the remote git@heroku.com :projectname.git .
How can I click through HTTPS ? I know that this is possible, since I can clone, pull and click through HTTPS any projects.
I tried to manually change git@heroku.com :projectname.git to https://git.heroku.com/projectname.git without success.
source share