Community
Participate
Working Groups
Build Identifier: We can clone & fetch via apache and smart http but cannot push asks for a password but that doesn't help either. The same works without any problems doing that from console. We use latest egit snapshot. Reproducible: Always Steps to Reproduce: 1. git clone http://hostname/git/repo 2. gist push ... 3.
I can push via smart HTTP to the following repos at Eclipse: - direct push to git repo http://git.eclipse.org/gitroot/mylyn/org.eclipse.mylyn.reviews.git - push to jgit and egit repo via Gerrit http://egit.eclipse.org/egit http://egit.eclipse.org/jgit I also can push via HTTPS to Gerrit for SAP internal repositories. Authentication and storing password in secure store works for me. If you connect via HTTPS and your SSL certificates are not officially signed you may need to switch off SSL verification by setting http.sslVerify=false So something seems to be different with your setup. Could you provide some more details ? Which version of EGit do you use ?
It works with 0.11 egit. Thank you.