Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Push to Gerrit fails with Permission denied during unpacking

Hi,

 

when I try to push a new change in the Graphiti Git to Gerrit I get this error from the Git server. Does anybody else have this or does it only affect the Graphiti Git or even just me?

 

Regards,

Michael

 

 

eclipse.buildId=4.4.1.M20140925-0400

java.version=1.8.0_91

java.vendor=Oracle Corporation

BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US

Framework arguments:  -product org.eclipse.epp.package.standard.product

Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.standard.product -data C:\Dev\Workspaces\Graphiti\dev

 

org.eclipse.egit.core

Error

Thu Nov 17 10:25:56 CET 2016

An exception occurred during push on URI https://git.eclipse.org:443/r/graphiti/org.eclipse.graphiti.git: https://git.eclipse.org:443/r/graphiti/org.eclipse.graphiti.git: error occurred during unpacking on the remote end: error Permission denied

 

org.eclipse.jgit.errors.TransportException: https://git.eclipse.org:443/r/graphiti/org.eclipse.graphiti.git: error occurred during unpacking on the remote end: error Permission denied

                at org.eclipse.jgit.transport.BasePackPushConnection.readStatusReport(BasePackPushConnection.java:319)

                at org.eclipse.jgit.transport.BasePackPushConnection.doPush(BasePackPushConnection.java:200)

                at org.eclipse.jgit.transport.TransportHttp$SmartHttpPushConnection.doPush(TransportHttp.java:808)

                at org.eclipse.jgit.transport.BasePackPushConnection.push(BasePackPushConnection.java:152)

                at org.eclipse.jgit.transport.PushProcess.execute(PushProcess.java:165)

                at org.eclipse.jgit.transport.Transport.push(Transport.java:1173)

                at org.eclipse.egit.core.op.PushOperation.run(PushOperation.java:197)

                at org.eclipse.egit.ui.internal.push.PushOperationUI.execute(PushOperationUI.java:167)

                at org.eclipse.egit.ui.internal.push.PushToGerritPage$4.run(PushToGerritPage.java:236)

                at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)


Back to the top