bzr won't branch

Asked by Jason Odoom

I am trying to branch lp:browserspeak but I get this error:

jasono@Ubuntu:~$ bzr branch lp:browserspeak
ssh:connect to host bazaar.launchpad.net port 22: Connection timed out bzr: ERROR Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problem persist.

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
Martin Pool
Solved:
Last query:
Last reply:
Revision history for this message
Best Martin Pool (mbp) said :
#1

Hi Jason,

This probably means there is a firewall or something similar blocking ssh connections from your machine to Launchpad. You should probably ask your network admin if that's true, and if you need any configuration to get around it.

You can branch from Launchpad, but not push to it, using http which may avoid this problem

bzr branch http://bazaar.launchpad.net/~speechcontrol-devel/browserspeak/trunk browserspeak

Revision history for this message
Jason Odoom (jasonodoom) said :
#2

Thank you very much. I was unaware of this

Revision history for this message
Jason Odoom (jasonodoom) said :
#3

Thanks Martin Pool, that solved my question.