Comment 18 for bug 497274

Revision history for this message
Janne Snabb (snabb) wrote :

Hi Jelmer,

Thank you for your suggestion. Actually I was wanting to make a branch. I just used the "log" command in my example of the problem so that it matches the OP's bug report.

However, it appears that putting "+urllib" in the URL does not help in this case:

$ bzr branch https+urllib://github.com/mbrossard/threadpool.git
bzr: ERROR: Invalid http response for https://github.com/mbrossard/threadpool.git/info/refs: Unable to handle http code 405: Method Not Allowed
$

Maybe the suggested workaround works with the Google git but not with github? Or is it dependent on some specific versions?