Getting error while trying to push to Heroku

前端 未结 3 1733
心在旅途
心在旅途 2020-12-20 07:16

When I type in \"git push heroku master\" I get an error that says:

ssh: Could not resolve hostname heroku.com: nodename nor servname provided, or not known

3条回答
  •  情歌与酒
    2020-12-20 07:29

    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.

提交回复
热议问题