handle git@github.com:user/project.git style urls
kyleburton opened this issue · 1 comments
kyleburton commented
Currently http://
and https://
urls are supported as well as a hard-coded prefix of github.com/
. It would be good to support ssh style git urls that start with git@
. This will require some additional url parsing and handling but shouldn't be too much effort.
kyleburton commented
Good news everyone! This is now supported in 1.0.5: https://github.com/kyleburton/bake/releases/tag/1.0.5
Use bake_require_git
to require files from arbitrary git repositories