I'm struggeling with the regex for the unauthenticated paths. I use the application Gitea en want to be able to Push and Pull over https. I used the following regex:
^(.)/info/refs?service=(.)$
The URL that is used for the push or pull is something like https://git.domain.com/repo/title/info/refs?=service=git-upload-pack
Can someone help with the correct regex as i still get a redirect 302 when push or pull in Visual Studio Code?