General > General Programming
git config --global --add safe.directory
mjdechirico:
Hi,
I keep getting the following message, what does it mean and how do I correct/remove it?
fatal: detected dubious ownership in repository at '//wsl.localhost/Ubuntu/home/jdechirico/git/Build_840/ZFPE'
Dan:
What did you do before you got the message?
mjdechirico:
VERSION CONTROL / REVERT
Dan:
My guess is that you're picking up a different .gitconfig in SlickEdit than outside of it. I would check for a difference in the environment of console shell and when you run "set" from SlickEdit.
Are you using a Windows version of SlickEdit?
mjdechirico:
Yes, I am using the windows version of SlickEdit
.gitconfig
[user]
name = jdechirico
email = jdechirico@iopentext.com
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[safe]
directory = %(prefix)///wsl.localhost/Ubuntu/home/jdechirico/git
Navigation
[0] Message Index
[#] Next page
Go to full version