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

Bug 538185

Summary: git error: unable to create .lock file
Product: Community Reporter: Sasha Slijepcevic <sascha>
Component: GitAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: denis.roy, frederic.gurr
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Sasha Slijepcevic CLA 2018-08-22 18:54:08 EDT
I am trying to push changes to the remote, and I am receiving the following error messages:

Total 0 (delta 0), reused 0 (delta 0)
remote: error: Cannot lock the ref 'refs/heads/xdccore-E-sasha'.
error: Unable to create '/home/data/git/rtsc/org.eclipse.rtsc.xdccore.git/refs/heads/xdccore-E-sasha.lock': Permission denied
To ssh://sslijepcevi@git.eclipse.org/gitroot/rtsc/org.eclipse.rtsc.xdccore.git
 ! [remote rejected] HEAD -> xdccore-E-sasha (failed to update ref)
error: failed to push some refs to 'ssh://sslijepcevi@git.eclipse.org/gitroot/rtsc/org.eclipse.rtsc.xdccore.git'

What's causing it, and can I fix it from my side?
Comment 1 Frederic Gurr CLA 2018-08-23 11:19:55 EDT
All Git repos have been migrated to Gerrit. So you need to use the new URL:

ssh://sslijepcevi@git.eclipse.org:29418/rtsc/org.eclipse.rtsc.xdccore
Comment 2 Denis Roy CLA 2019-07-15 14:01:07 EDT
Closing