Creating Git Repo - Not Current Owner Error

Hello!

Hope you all are well.
I believe this is a bug, but i can’t determine.
Ive google everything for it,
I’ve fully uninstalled git, sourcetree, wappler multiple times.

Source tree still can clone and use git correctly.
However wappler wont let me do anything regarding git, from cloning to creating a local repo.
I get this error:
‘repository path ‘{{path}}’ is not owned by current user’


basic bug details

Wappler Version : 5.2.2
Operating System : Windows 11
Server Model: Node.js
Database Type:psotgresql
Hosting Type:do

Expected behavior

What do you think should happen?

Create a repo :slight_smile:

…YOUR TEXT HERE …

Actual behavior

What actually happens?

How to reproduce

Dont know how to reproduce, i believe started happening after the latest windows update, where its forcing one drive, but idk what that would have to do with it.

Any help would be legendary :slight_smile:
Thank you

See:

I had the same problem and spent hours trying to resolve. In the end I updated git and then used the native git Gui to open the repository. A fatal error was created and the error was fatal: detected dubious ownership in repository at [repository path] To add an exception for this directory call: git config --global --add safe.directory [repository path]
After this the repository showed in Wappler. This is on Win11 using a hard drive plugged in to USB.
Note that I was originally using an account with admin permissions and tried an account as a standard user but did not work. I hope this helps someone.