Breezy 2019 summer sprint report
Jelmer Vernooij
jelmer at jelmer.uk
Mon Aug 12 22:55:10 UTC 2019
On Mon, Aug 12, 2019 at 08:19:30PM +0100, Sam Bull wrote:
> On Mon, 2019-08-05 at 01:26 +0000, Jelmer Vernooij wrote:
> > Do you have an example BitBucket URL that doesn't work for you, so I can test
> > it here?
>
> OK, picked a random public Bitbucket repository and got the same error:
>
> > brz branch git+ssh://git@bitbucket.org:atlassian/python-bitbucket.git
> Enter passphrase for key '/Users/sambull/.ssh/id_rsa':
> brz: ERROR: An unexpected error occurred
>
> Also tried it with a random Github https repo, and got another error:
This is not a valid URL; the bit in the netloc after the : should have
a part, you'd want to replace the second : with a / so the URL is:
brz branch git+ssh://git@bitbucket.org/atlassian/python-bitbucket.git
> > brz branch https://github.com/psf/black.git
> Not checking SSL certificate for github.com.
> brz: ERROR: ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled.
This is probably happening because brz can't find the standard SSL
CA's on your system.
It should not print a traceback in this case, but a better error.
Jelmer
--
Jelmer Vernooij <jelmer at jelmer.uk>
PGP Key: https://www.jelmer.uk/D729A457.asc
More information about the bazaar
mailing list