@Nem0_o

Как развернуть сайт на heroku?

Не получается залить сайт на Heroku, не совсем понял, что нужно вводить в поля Username for и Password for после команды git push heroku master:

C:\code2015>git push heroku master
Username for 'https://git.heroku.com': nemo
Password for 'https://nemo@git.heroku.com':
remote: !       WARNING:
remote: !       Do not authenticate with username and password using git.
remote: !       Run `heroku login` to update your credentials, then retry the gi
t command.
remote: !       See documentation for details: https://devcenter.heroku.com/arti
cles/http-git#authentication
fatal: Authentication failed for 'https://git.heroku.com/django-blog.git/'


Данные не от Git'a, документацию посмотрел, но не все равно не понял.

C:\code2015>heroku login
Enter your Heroku credentials.
Email: nemo@yandex.ru
Password (typing will be hidden):
Authentication successful.
  • Вопрос задан
  • 2477 просмотров
Пригласить эксперта
Ответы на вопрос 1
@hardwellZero
Сделайте heroku login сначало, а потом heroku create.
И не нужно будет ничего вводить.
Ответ написан
Ваш ответ на вопрос

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

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