Не удалось перенести мой код на Github с помощью Gitbash - PullRequest
1 голос
/ 18 апреля 2019

я использую gitbash для загрузки своего кода на github, но выдает ошибку ниже:

////

 ! [rejected]        master -> master (non-fast-forward)
error: failed to push some refs to 
'https://github.com/MayurBagul/Weather-Informer.git'
 hint: Updates were rejected because the tip of your current branch is 
 behind
 hint: its remote counterpart. Integrate the remote changes (e.g.
 hint: 'git pull ...') before pushing again.
 hint: See the 'Note about fast-forwards' in 'git push --help' for 
 details.

Я пытался использовать команду извлечения и слияния, но даже если она дает ошибку. Пожалуйста, помогите мне решить эту проблему.

Благодарю вас, Маюр Багул.

Я попытался загрузить файлы с моим кодом, используя gitbash, и он выдал ошибку. Что упоминается в проблеме.

\\

$ git push origin master
To https://github.com/MayurBagul/Weather-Informer.git
! [rejected]        master -> master (non-fast-forward)
error: failed to push some refs to 
'https://github.com/MayurBagul/Weather-Informer.git'
hint: Updates were rejected because the tip of your current branch is 
behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for 
details.

\\

я ожидаю, что мой код должен быть загружен в мой репозиторий github

...