3

When I am try to downloading branch from launchpad.

I am facing below Error.

krishna@krishna-Studio-1435:~/Desktop$ bzr branch lp:openobject-addons
    Permission denied (publickey).
    ConnectionReset reading response for 'BzrDir.open_2.1', retrying
    Permission denied (publickey).
    bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist. 
Cœur
  • 37,241
  • 25
  • 195
  • 267

1 Answers1

2

OpenERP launchpad branches is transferred to Github so please download from there. Following are the links for that.

bud-e
  • 1,511
  • 1
  • 20
  • 31
Bazzinga...
  • 996
  • 2
  • 16
  • 26
  • Hello, Thanks for providing Github branch information so that it is easy to get branch but I am looking for publickey issue with launchpad.So Can u give any suggestion ? – user3405520 Jul 08 '14 at 12:11
  • Did you have added publickey, if yes then, did you change your machine, if no then it could be resolved by adding another time SSH publickey in bazaar launchpad. – Bazzinga... Jul 08 '14 at 12:18
  • Now i have remove my ssh key with terminal. ssk key look like below syntax: – user3405520 Jul 08 '14 at 13:13
  • Yuo have to add again ssh key in launchpad account – Bazzinga... Jul 08 '14 at 13:15
  • I have not changed my machine. Now i remove my ssh key and generate new ssh key with terminal. ssk-key look like below syntax: ssh-rsa [my ssh-key] krishna@krishna-Studio-1435 p1=ssh-rsa p2=[my ssh-key] p3=krishna@krishna-Studio-1435 Can i use all 3 part to add an SSH key ? – user3405520 Jul 08 '14 at 13:30
  • I think you should follow steps https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair – Bazzinga... Jul 08 '14 at 13:38