What's the correct way to configure a tunnel to local git server?

What is the isssue you’re encountering

I’ve got a local git server, but after adding it via tunnel my git client can’t authenticate

What steps have you taken to resolve the issue?

I’m trying to figure out how I secure it with ‘access’ so that i can just enter a username and password via git shell, or a PAT
Or am I better off just generating a PAT locally and not using access?

Hi there,

Take a look here:

Take care.

It’s not that so much - it’s more that I need to bypass using access, however when i configure bypass I get a 403 error when trying to access that domain locally.