Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 334794 - Allow https commiter access mylyn/org.eclipse.mylyn.reviews.git
Summary: Allow https commiter access mylyn/org.eclipse.mylyn.reviews.git
Status: RESOLVED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Git (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-19 10:28 EST by Sascha Scholz CLA
Modified: 2011-01-20 16:36 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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