Not able to git push fatal: remote error: Service not enabled
Asked Answered
D

1

6

I am using gerrit and all other machine works fine.

I just set up a new ubuntu 18 machine and try to upload some changes to the repo, when I do

 git push origin HEAD:refs/for/master

It gives error

fatal: remote error: Service not enabled
fatal: Service not enabled

I am able to pull fetch, rebase without any problem, Does anyone have idea what's going on?

Diacid answered 20/11, 2019 at 21:50 Comment(1)
Please, execute "git remote -v" and show the result.Linalool
S
5

From my experience it usually means that you don't have permissions to do pushes, or you are not properly authorized.

Susiesuslik answered 29/11, 2019 at 10:1 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.