Private repositories do not work well
ktakiz opened this issue · 2 comments
ktakiz commented
The followings are acceptable format. But they do not work with current version.
setenv -g @bundle 'user@server:dir/project.git'
setenv -g @bundle 'user@server:dir/project.git:master'
setenv -g @bundle 'ssh://user@server/dir/project.git'
setenv -g @bundle 'ssh://user@server/dir/project.git:master'
javier-lopez commented
Indeed, that seems to be the case @ktakiz, never required such usercase, I've seen you've implemented the required changes to allow private repositories, would you mind creating a PR so other users can benefit?
ktakiz commented
Thank you for considering that. I only looked at the install part, I hope it will work entirely.