This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 205850 - make git use gitosis
Summary: make git use gitosis
Status: RESOLVED DUPLICATE of bug 199263
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-02 13:49 UTC by rebizu
Modified: 2011-12-02 14:42 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rebizu 2011-12-02 13:49:30 UTC
if your code reposetory is a gitosis reposetory you may not pull, push, commit or fetch from that remote reposetory 

a link to setup gitosis on a ubuntu host http://www.howtoforge.com/setting-up-gitosis-on-ubuntu
Comment 1 Ondrej Vrabec 2011-12-02 14:03:36 UTC
> if your code reposetory is a gitosis reposetory you may not pull, push, commit or fetch from that remote reposetory
Please be more specific. What exactly does not work? Are you sure you're entering correct credentials in the wizard?
Comment 2 rebizu 2011-12-02 14:42:52 UTC
(In reply to comment #1)
> > if your code reposetory is a gitosis reposetory you may not pull, push, commit or fetch from that remote reposetory
> Please be more specific. What exactly does not work? Are you sure you're
> entering correct credentials in the wizard?

sorry for the inconvenience i notised this bug-report http://netbeans.org/bugzilla/show_bug.cgi?id=199263

and after running this command 
ssh-keygen -p [-P old_passphrase]  [-f keyfile]
so there is no password on the key file i works as expected, i am just wandering why it fails logging in whit a ssh key whit password when sftp works fine with the same keyfile whit password?

i have resolved this bug and marked it as duplicate of the one above

*** This bug has been marked as a duplicate of bug 199263 ***