NetBeans + Mercurial + SSH = Endless Pull/Push

2019-09-05 14:09发布

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条回答
干净又极端
2楼-- · 2019-09-05 14:51

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.

查看更多
登录 后发表回答