poor message if there's no ssh implementation
Bug #413429 reported by
Martin Pool
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Low
|
Unassigned | ||
Breezy |
Triaged
|
Low
|
Unassigned |
Bug Description
If you run bzr from source on Windows with no SSH implementation it just says
bzr: ERROR: Don't know how to handle SSH connections. Please set BZR_SSH environment variable.
What you actually have to do is *install* an SSH implementation, either paramiko or putty.
I believe we ship paramiko in the installer so you shouldn't hit this case.
tags: | added: check-for-breezy |
tags: |
added: error-reporting removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Low |
To post a comment you must log in.
I can confirm this! Really confused me for a second.. may be quite annoying for beginners.