Netbeans fails to access GitHub using SSH key -
my (newest) netbeans (netbeans ide 7.3 (build 201302132200)
) seems failing completely, when i'm trying access own github repo using ssh. works without problems http urls.
since i've imported existing local copy of github repository (new > php project existing sources
), created once tortoisegit, there remote settings saved in local copy meta-data (probably in .git
folder). netbeans offers option select configured git repository location
in push remote repository
window. unsuccessful @ that.
tried following:
when i'm using ssh url (
git@github.com:user/reponame.git
) ,password
option, account pass, netbeans tries connect github (remote) , after circa 5 seconds throws errorcannot connect to the remote repository at git@github.com:user/reponame.git
.when using ssh url
private/public key
option, netbeans throws same error immediately, assume, reason doesn't tries connect github.
what more strange (?), netbeans is not asking private key's passpharse. i've set it, did not entered netbeans deliberately, test connection process. more sure, netbeans ask me provide passpharse, shouldn't able use private key without it. surprise, hasn't asked , instead thrown error saying, can't connect github. of course, test. after entering correct passpharse, i'm getting same effects.
i've copied repo's url directly github website, without modifications. seems, can use http url (https://github.com/user/reponame.git
). works , assures me items (url, user, reponame, password, internet connection) ok. but, seems, netbeans fails on ssh url.
above happens always, no matter if select select configured git repository location
or specify git repository location
in push remote repository
window. no matter, i'll can't access repository via ssh in netbeans , using http option.
i have created private-public key pair using puttygen.exe
putty's website. saved private key in netbeans installation directory , added public key github's ssh settings page. used step-by-step guide use tortoisegit.
i don't know else miss out or i'm doing wrong? idea?
for record: when generating keys puttygen, it's recommended compatibility export openssh key. can achieved accesing conversions > export openssh key menu.
Comments
Post a Comment