A
A
Alex_872017-05-21 04:59:49
git
Alex_87, 2017-05-21 04:59:49

git push error?

Hello! Please help me figure it out! Unfortunately, the error came at the end when I tried to push files to a remote repository. Here is the text of the error from the console:
15bfd0a3146f448fa94ffb69594863c7.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Zaitsev, 2017-05-21
@dim_s

Roughly speaking, you did not start your commit from the top of the master branch, but this is easily cured, download the entire master branch from github, using the command:
If there are conflicts, resolve them, and then execute git rebase --continue. Conflicts can be in several stages, so you may have to resolve conflicts and do continue several times.
Well, then, you can do your git push.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question