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 225873 - git fails to clone when ssh private key has no passphrase
Summary: git fails to clone when ssh private key has no passphrase
Status: RESOLVED WORKSFORME
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.2.1
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-08 04:05 UTC by spawn57
Modified: 2013-02-10 10:31 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description spawn57 2013-02-08 04:05:55 UTC
I've created an ssh cert using git gui, and I decided against using a passphrase.  Git GUI, and the git command line client allow me to do this.  However netbeans will not allow me to clone a repository when there is no passphrase. 

Once I set up a cert with a passphrase, everything works normally.
Comment 1 Ondrej Vrabec 2013-02-10 08:40:43 UTC
Attach the messages.log with the error.
Comment 2 Ondrej Vrabec 2013-02-10 10:31:22 UTC
i just tried with 7.2.1 on windows and it works. I enter the URL, username, path to the private key file, leave passphrase empty, select "Save passphrase" checkbox, click on Next and i get no error.