Answer the question
In order to leave comments, you need to log in
How to create a site on heroku from Linux?
Following the instructions from this article :
♦Install snap to work with heroku sudo apt-get install snapd
♦Install heroku sudo snap install --classic heroku
♦Logged in to heroku snap heroku login
♦Create a website heroku apps: create mysite
♦Set up ssh to work remotely with github.com
After that, I created a new ssh key on github, where I placed the contents of the id_rsa.pub file
♦Copied the prohrammer-site folder from github.com to my home directoryssh-keygen -t rsa -C "[email protected]"
git clone [email protected]:<мой логин на гитхабе>/programmer-site
cd programmer-site
git init
git push heroku master
fatal:'heroku' does not appear to be a git repository
fatal: Could not read from remote repository
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question