я поступаю НО есть проблема
1. создал акаунт на гитхабе, создал репозиторий пустой
2. на своем компе создал папку в ней файлик питоновский
3. в консоли задаю следуешие команды:
> git init
> git add .
> git commit -m "first commit"
4. после этого связываю:
> git remote add origin https://github.com/ххх/git-repоо.git
5. далее пытаюсь залить на гитхаб
> git push -u origin master
и тут ошибка выскакивает
может кто обьяснить где я ошибаюсь и как правильно ???
==============================
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'https://github.com/ххх/git-repоо.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
ты создал не пустой репозиторий, а уже с README видимо.
https://t.me/git_ru/27539
Обсуждают сегодня