Getting error while trying to push to Heroku

喜夏-厌秋 提交于 2019-11-29 12:29:04

try ssh'ing directly to heroku from your command line

 ssh git@heroku.com -T

if you don't get a response

 !  You can only access Heroku by ssh via git push and pull commands.

then it's connectivety issue or a firewall in the way that's blocking your requests.

please make an entry in your ~/.ssh/config to get around this issue. No idea why your network is having issues. You may be behind a proxy and git has to be configured for that outside of your OS settings.

Hope this helps.

I had a heap of trouble when accessing internet via my Zyxel PLA4215. When switching to wireless everything worked fine.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!