-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
In order to fetch a bzr repository on a host with self-signed SSL certificates, I have to do the following with bzr:
bzr -Ossl.cert_reqs=none branch https://URL NAME
However, there does not seem to be a way to clone such a repository with git-remote-bzr. I tried adding the option to the "git clone" call, but that just resulted in git complaining.