Tag:

未能在git部署节点服务器上推送到heroku

即时通讯使用herokutesting服务器我跟着其他的例子,但我一直得到同样的错误,我没有看到任何地方。 我甚至尝试删除我的回购和我的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 = […]