Не получилось с локального компа залить папки на GitHub

Нужен совет, что сделал не правильно,так как я в этом новичок. При работе с Git-ом у меня не получилось с локального компа залить папки на GitHub. В начале сделал инициализацию, проверил статус, сделал комменты, потом хотел запушить, но не получилось. Выдало такое сообщение:

kegon@DESKTOP-S3HDFFT MINGW32 ~/skillfactory_rds (master) $ git push
To https://github.com/kegonk/skillfactory_rds 
 ! [rejected]       master -> master (fetch first) 
error: failed to push some refs to 'https://github.com/kegonk/skillfactory_rds' 
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.

Ответы (0 шт):