简体   繁体   中英

Push and pull from repository

I am an apprentice, jajaja. I am trying to perform a pull/push origin master from my master branch and I have this problem, someone who knows how to help me or if I have to configure something?

Find the image here

git status at the end of your screenshot would have told you what to do. You have to resolve the merge conflict .

  • Look into the files mentioned by git status , remove the conflict markers and fix the content.
  • After that git add the files
  • And git commit your merge
  • now you should be able to git push

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM