Bug 375792 - Cannot push neither to http as to https git repository.
Summary: Cannot push neither to http as to https git repository.
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-01 11:41 EDT by Artur R. Czechowski CLA
Modified: 2012-05-02 18:32 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Artur R. Czechowski CLA 2012-04-01 11:41:19 EDT
Build Identifier: Eclipse Version: 3.7.2 Build id: M20120208-0800, EGit: 1.3.0.20120151440-r

Hello,
I've configured a my private git repository available over http/https. The configuration is correct, as the git from CLI can successfully pull and push the changes. However, using egit from eclipse I cannot push the changes neither to http nor to https. The result is a window with message:

An internal Exception occurred during push: remote does not support smart HTTP push

and empty fields.

Reproducible: Always

Steps to Reproduce:
1. Configure a remote git repository available via http or https
2. Fill it via any other way (like using git commit/git push commands)
3. Import the repository to project
4. Make and commit a change
5. Push the change to remote repository

If it's required I can provide you r/w access to the repository.
Comment 1 Matthias Sohn CLA 2012-05-02 18:32:28 EDT
- which version of which software are you using to serve your git repository over https ?
- any additional errors or stack trace in the Eclipse error log ?
- looks like your git repository is served using the old dumb git protocol which is very inefficient
- if you can grant read access to your repo I could give it a try