Я хочу добавить sh некоторый тестовый файл в проект myfirstgittrial
на GitLab.
Когда я запускаю эту команду git push origin master
на терминале Ubuntu, я получаю эту ошибку
To git@gitlab.com:RamS20_2/myfirstgittrial.git
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'git@gitlab.com:RamS20_2/myfirstgittrial.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.
И мое значение происхождения
origin git@gitlab.com:RamS20_2/myfirstgittrial.git (fetch)
origin git@gitlab.com:RamS20_2/myfirstgittrial.git (push)