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

Summary: git fails to clone when ssh private key has no passphrase
Product: versioncontrol Reporter: spawn57
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED WORKSFORME    
Severity: normal CC: git
Priority: P3    
Version: 7.2.1   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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.