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
Post a Comment