views:

522

answers:

1

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.

A: 

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.

charnad