I’m trying to update change request: 409577

 

And GerritHub is complaining with the following error.

 

Any clues as to what the problem is?

 

johnm-mac-0:spdk(add_git_hooks) > git push origin HEAD:refs/for/master

Counting objects: 6, done.

Delta compression using up to 8 threads.

Compressing objects: 100% (6/6), done.

Writing objects: 100% (6/6), 2.17 KiB | 2.17 MiB/s, done.

Total 6 (delta 2), reused 0 (delta 0)

remote: Resolving deltas: 100% (2/2)

remote: Processing changes: refs: 1, done   

To https://review.gerrithub.io/spdk/spdk

! [remote rejected]   HEAD -> refs/for/master (cannot add patch set to 409577.)

error: failed to push some refs to 'https://review.gerrithub.io/spdk/spdk'

 

johnm-mac-0:spdk(add_git_hooks) > git log -1

commit 9c8600f612dc617f8424e68b81b0c8a9ad09983d (HEAD -> add_git_hooks)

Author: John Meneghini <johnm@netapp.com>

Date:   Mon Feb 5 13:15:54 2018 -0500

 

    git: add .githooks to repository

   

     - Add git pre-commit and pre-push hooks

     - To enable type 'git config core.hooksPath .githooks'

     - For for additional example hooks see the .git/hooks directory

   

    Change-Id: I92155f4083c8547759bfbbfe4df64923548fa4d5

    Signed-off-by: Ed Rodriguez <ed.rodriguez@netapp.com>

    Signed-off-by: John Meneghini <johnm@netapp.com>