помогите пожалуйста решить проблему
я создал ни гитхабе репозиторий. залил в него проект. затем доработал проект на локальной машине и пытаюсь обновить репозиторий на гитхабе командой:
git push origin master
но получаю следующее сообщение об ошибке:
Username for 'https://github.com': zlodiak
Password for 'https://zlodiak@github.com':
To https://github.com/zlodiak/zapsum.git
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'https://github.com/zlodiak/zapsum.git'
hint: Updates were rejected because a pushed branch tip is behind its remote
hint: counterpart. Check out this branch and 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.