NetBeans + Mercurial + SSH = Endless Pull/Push

限于喜欢 提交于 2019-12-12 04:47:55

问题


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.



来源:https://stackoverflow.com/questions/1548053/netbeans-mercurial-ssh-endless-pull-push

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!