Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Why are you using that syntax for pushing? Why not just git push origin some_branch? Commented May 12, 2018 at 6:25
  • the ptach should go to gerrit server for review and from it should be pushed. Note: i tried but same error message Commented May 12, 2018 at 6:28
  • @TimBiegeleisen It's Gerrit's syntax for commits that need review before being merged into the target branch. Commented May 12, 2018 at 6:28
  • What does git fetch return? Commented May 12, 2018 at 6:56
  • its returning nothing. Commented May 14, 2018 at 12:10