@che4ry
Начинающий python-нист

Что делать heroku не работает git add .?

я делаю все по инструкци но тогда я ввожу git add . неччего не происходит?
притом что делаю все по инструкций на сайте (https://dashboard.heroku.com/apps/kwakwabot/deploy...)
{Install the Heroku CLI
Download and install the Heroku CLI.

If you haven't already, log in to your Heroku account and follow the prompts to create a new SSH public key.

$ heroku login
Create a new Git repository
Initialize a git repository in a new or existing directory

$ cd my-project/
$ git init
$ heroku git:remote -a kwakwabot
Deploy your application
Commit your code to the repository and deploy it to Heroku using Git.

$ git add .
$ git commit -am "make it better"
$ git push heroku master
You can now change your main deploy branch from "master" to "main" for both manual and automatic deploys, please follow the instructions here.
Existing Git repository
For existing repositories, simply add the heroku remote

$ heroku git:remote -a kwakwabot {
причем после ввода git add . нечего не происходит . ЧТО делать?
  • Вопрос задан
  • 231 просмотр
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы