@NikitaPythonGO

Как решить проблему с git push heroku master?

Вошел в аккаунт через heroku login, после успешного входа пишу : git push heroku master, появляется окно для входа в аккаунт, ввожу верные данные и выдает
remote: ! WARNING:
remote: ! Do not authenticate with username and password using git.
remote: ! Run `heroku login` to update your credentials, then retry the git command.
remote: ! See documentation for details: https://devcenter.heroku.com/articles/git#http-git...
Что делать?
  • Вопрос задан
  • 1087 просмотров
Решения вопроса 1
GavriKos
@GavriKos
Делать то, что написано:
Run `heroku login` to update your credentials, then retry the git command.
See documentation for details: https://devcenter.heroku.com/articles/git#http-git...
Ответ написан
Пригласить эксперта
Ваш ответ на вопрос

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

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