я написал вот этот код:
PS J:\Рабочий стол\Новая папка (8)> pip list
Package Version
---------- -------
pip 21.3.1
Pyrogram 1.3.0
PySocks 1.7.1
setuptools 58.1.0
» Warning: heroku update available from 7.53.0 to 7.59.2.
Opening browser to
https://cli-auth.heroku.com/auth/cli/browser/a0128... in as ***********************
PS J:\Рабочий стол\Новая папка (8)> heroku create
» Warning: heroku update available from 7.53.0 to 7.59.2.
Creating app... done, ⬢ cryptic-cliffs-15444
https://cryptic-cliffs-15444.herokuapp.com/ |
https://git.heroku.com/cryptic-cliffs-15444.git
PS J:\Рабочий стол\Новая папка (8)> git add .
fatal: not a git repository (or any of the parent directories): .git
PS J:\Рабочий стол\Новая папка (8)> git init
PS J:\Рабочий стол\Новая папка (8)> git add .
PS J:\Рабочий стол\Новая папка (8)> git commit -am "my i look bot lol first"
[master (root-commit) da36a63] my i look bot lol first
6 files changed, 104 insertions(+)
create mode 100644 Procfile
create mode 100644 config.ini
create mode 100644 main.py
create mode 100644 my_account.session
create mode 100644 my_account.session-journal
create mode 100644 requirements.txt
PS J:\Рабочий стол\Новая папка (8)> git push heroku master
fatal: 'heroku' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
PS J:\Рабочий стол\Новая папка (8)>
Что делать c ошибкой?