NetBeans + Mercurial + SSH = Endless Pull/Push

2019-09-05 14:44发布

问题:

I have well working Mercurial. I can push/pull through cmd commands. But in NetBeans push/pull lasts forever. I've tried to push to BitBucket over http and it worked. But the same thing over ssh didn't. And the same ssh push with 'hg push ssh://...' worked.

What's wrong with NetBeans? It may be some option i should change or smth.

回答1:

Ok, i've managed the issue. I needed to upload my public key in bitbucket's profile. And put public key in authorized_keys file at my server. After that authorization is passwordless, using keys and NetBeans pulls/pushes ok.