fatal: The current branch master has no upstream branch
Пытаюсь запушить проект на гитхаб в пустой репозиторий, но при вводе комманды git push origin или же git push выдает ошибку:
$ git push origin
fatal: The current branch master has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin master
Ответы (1 шт):
Автор решения: Lcashe
→ Ссылка
проблема решена при помощи этой комманды:
git push --set-upstream origin master