Brendan Mannix

Results 2 comments of Brendan Mannix

You could use Basic Auth. ``` https://:@ ``` In the case of GitHub, you could also use a token: ``` https://@github.com/owner/repo.git ```

I hacked this functionality into a fork I have. It would be much better if done right as an option of this package and not a hack, but I'm sharing...