简体   繁体   中英

Heroku fails pushing to master branch

I wonder why I can't push to heroku master even if I already logged in and added the keys. I already did pushed on my first build but now no luck. I did searched for some answers but got same issue. I also tried to remove the remote branch and added back but no luck again.

Command

git push heroku master

Result

fatal: unable to access 'https://git.heroku.com/project.git/': Failed to connect to git.heroku.com port 443: Timed out

You need package file. In js it is usually package.json Depends on what language you used and what it is meant to be used for.

Find out what are major files that are required so heroku can push your project through.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM