我使用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/*
`
任何帮助都会很棒!
答案 0 :(得分:0)
如果有其他人遇到此问题,我可以通过卸载并使用heroku工具带将其工作并重新安装。