无法在部署节点服务器的git上推送到heroku

时间:2015-01-31 00:34:40

标签: node.js git heroku push

我使用heroku测试服务器我已经关注了其他的例子,但我一直得到同样的错误,我没有看到任何地方。我甚至尝试删除我的repo和我的heroku应用程序并重新开始但是在使用
时我得到了同样的错误 git push heroku master
$ git push heroku master fatal: unable to access 'https://git.heroku.com/football-app-development.git/': Could not resolve host: git.heroku.com

`

$ cat .git/config
[core]
        repositoryformatversion = 0
        filemode = false
        bare = false
        logallrefupdates = true
        symlinks = false
        ignorecase = true
        hideDotFiles = dotGitOnly
[remote "heroku"]
        url = https://git.heroku.com/football-app-development.git
        fetch = +refs/heads/*:refs/remotes/heroku/*

`

任何帮助都会很棒!

1 个答案:

答案 0 :(得分:0)

如果有其他人遇到此问题,我可以通过卸载并使用heroku工具带将其工作并重新安装。

相关问题