hi @Casper_AP ,
I have tried this with error loging and the error is
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
</Error>
Looking at you initial entry you have not correctly set your path
If you type “pwd” and you will probably find you are at C:\ the root
under normal conditions users applications cannot make files there
type
*Make a directory path /c/Users/Owner/source/repos
The “Owner” is replaced with your username.
or
*Make a directory path C:\Users\Owner\source\repos*
The “Owner” is replaced with your username.
Using Windows File Explorer
either way you need to
$ cd /c/Users/Owner/source/repos
git clone into the directory as the readme explains
then run ./setup.bat to pull down dependencies
This error also ours when your path is long paths over 25 character is the often reason for an error