Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 529580

Summary: [Simrel][LDT] can't push to simrel git repository
Product: Community Reporter: Simon Bernard <sbernard>
Component: Cross-ProjectAssignee: Cross-Project issues <cross-project.inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: frederic.gurr
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Simon Bernard CLA 2018-01-09 09:49:37 EST
I'm not able to push to simrel repository anymore.

I'm using : ssh://git.eclipse.org/gitroot/simrel/org.eclipse.simrel.build.git
with my eclipse login/password.

And get this error : 
remote: error: insufficient permission for adding an object to repository database objects
remote: fatal: failed to write object
error: unpack failed: unpack-objects abnormal exit


Until now I was able to push on simrel, but I have a new setup so I do not exclude that I miss-configured something.

(This is needed for LDT project)
Comment 1 Frederic Gurr CLA 2018-01-09 09:59:04 EST
The URL should be:

ssh://sbernard@git.eclipse.org:29418/simrel/org.eclipse.simrel.build
Comment 2 Simon Bernard CLA 2018-01-10 05:49:21 EST
Oops I forgot to mention that I also tested this one without success.
(reading from https://wiki.eclipse.org/Simrel/Contributing_to_Simrel_Aggregation_Build)

I finally discover that my company is blocking now the 29418 port. 

Thx Frederic and sry about that.