caddy-git icon indicating copy to clipboard operation
caddy-git copied to clipboard

Private Repositories on Windows

Open tobya opened this issue 9 years ago • 2 comments

In docs you mention private repos won't work on windows. Is this a platform issue with Windows, or a case of testing and implementing something straightforward?

Do you have any pointers on what might need to be done to implement this on windows?

tobya avatar Apr 20 '17 06:04 tobya

The latter.

Is this a platform issue with Windows, or a case of testing and implementing something straightforward?

Basically we just need something like this for windows. https://github.com/abiosoft/caddy-git/blob/master/scripts.go#L72

abiosoft avatar Apr 20 '17 07:04 abiosoft

As a workaround you can use url authentication on windows. e.g. http://user:[email protected]/user/repo

abiosoft avatar Aug 24 '17 20:08 abiosoft