We are using Gerrit for our Git repository.On a project that has been active for several months, we are suddenly unable to push any changes.When we execute git push we see the following error:
I\'m setting up Git with Gerrit Code Review and am looking for a way to make the necessary Git commands relatively straightforward for users who might be new to Git.
We a new gerrit 2.2.1 server using LDAP authentication in our corporate environment.We also have a Jenkins server running as a local UNIX jenkins user that I want to get check in with gerrit and post
We use git with Gerrit for code reviewing in Europe and it works fine ;) The problem is that开发者_运维技巧 we have colleagues in Asia with an internet connection that makes cloning, pushing and pulli
Struggling to get gerrit replication working. Here is a sample of my replication.config [remote \"github\"]
I have a situation where I am working on two different projects on a particular branch. I have finished project \"A\", committed the change, and pushed the change up to the remote. This change \"A\" i
Not able to add comments on Gerrit. It rather gets added as Draft. What am I doing wrong? Others in my team a开发者_Python百科re able to add comments though.Comments are published when you make them p
I\'m setting up the access control for my company in gerrit and in our current internal process has cross-over between peer reviewers and coders (they tend to be the same group of people).We also want
I use gerrit at my job, and it requires use of rebase instead of merge commits. Today I checked out a previous commit using its hash value, and when I ran the git branch command, I was informed I was
My team uses gerrit for handling revision. For each revision, gerrit creates a branch-like thing in the git repository, that looks like .git/refs/changes/1/2/3.