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

Bug 334794

Summary: Allow https commiter access mylyn/org.eclipse.mylyn.reviews.git
Product: Community Reporter: Sascha Scholz <sascha.scholz>
Component: GitAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3 CC: matthias.sohn
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Sascha Scholz CLA 2011-01-19 10:28:49 EST
I receive

$ git push https://sscholz@git.eclipse.org/gitroot/mylyn/org.eclipse.mylyn.reviews.git
Password:
Password:
error: Cannot access URL https://sscholz@git.eclipse.org/gitroot/mylyn/org.eclipse.mylyn.reviews.git/, return code 22
fatal: git-http-push failed

when trying to push to the repository via https. I assume that https isn't enabled for this repository. Could you please check and enable it because we have several committers at SAP which don't have SSH access (corporate policy). Thanks.
Comment 1 Eclipse Webmaster CLA 2011-01-20 10:23:32 EST
I've enabled https access to your repo.

-M.
Comment 2 Matthias Sohn CLA 2011-01-20 10:45:52 EST
Just tried and hit the following error:

[d029788@wdfm00251943a org.eclipse.mylyn.reviews (master)]$ git push origin master:master
Username: 
Password: 
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 407 bytes, done.
Total 3 (delta 2), reused 0 (delta 0)
error: unpack failed: unpack-objects abnormal exit
Comment 3 Eclipse Webmaster CLA 2011-01-20 14:16:40 EST
Hmm, looks like typo in the group name in the auth file.  Fixed.

-M.
Comment 4 Matthias Sohn CLA 2011-01-20 16:36:38 EST
yeah, now it works