Is this perhaps related to the .gitreview and/or new repo location
    changes that appears to have been merged after my last push on
    Friday?
    
    If so, how to I fix this in my local repo?
    
    Thomas
    
    
    Den 2020-06-08 kl. 11:53, skrev Thomas
      Törnblom via TF-M:
    
    
      
      Is there a problem pushing patches currently, or is there
      something I've missed?
      
      I was able to push a patch on Friday, but today I get errors just
      trying to push after a rebase with no changes:
      ---
      PS C:\Users\thomasto\Projects\tf-m1\trusted-firmware-m> git
        push
        ssh://review.trustedfirmware.org:29418/trusted-firmware-m.git 
        HEAD:refs/for/master
        Enumerating objects: 22731, done.
        Counting objects: 100% (22731/22731), done.
        Delta compression using up to 4 threads
        Compressing objects: 100% (7566/7566), done.
        Writing objects: 100% (22731/22731), 11.22 MiB | 6.64 MiB/s,
        done.
        Total 22731 (delta 15732), reused 21321 (delta 14653)
        remote: Resolving deltas: 100% (15732/15732)
        remote: Processing changes: refs: 1, done
        To ssh://review.trustedfirmware.org:29418/trusted-firmware-m.git
         ! [remote rejected]   HEAD -> refs/for/master (prohibited by
        Gerrit: project state does not permit write)
        error: failed to push some refs to
        'ssh://review.trustedfirmware.org:29418/trusted-firmware-m.git'
      ---
      
      Thomas