@tien-nguyen. :
git init
Git- . :
git push heroku master
error: src refspec master does not match any.
error: failed to push some refs to 'heroku'
, , . , , .
git add .
git commit -m "initial commit"
git push heroku master
.
, git remote . :
heroku git:remote -a <name of the heroku app>
git remote -v
URL, :
heroku https:
heroku https:
, !
source
share