git - Heroku toolbelt doesn't seem to be using HTTP over SSH -


i've installed latest heroku toolbelt (3.38.2) , trying deploy heroku instance. know ssh blocked company firewall understand heroku toolbelt uses http default.

i ran following commands

git init  $ heroku git:remote -a myheroku  $ git add .  $ git commit -am "commit"  $ git push heroku master

however still error: ssh: connect host heroku.com port 22: bad file number fatal: not read remote repository.

please make sure have correct access rights , repository exists.

and suggests trying push via ssh.

i tried running command heroku git:remote -http-git try force result same.

am missing something?


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -