赞
踩
fatal: detected dubious ownership in repository at
xxxgit.exe pull --progress -v --no-rebase "origin"
fatal: detected dubious ownership in repository at 'F:/xxxx'
'F:/xxx' is owned by:
'S-1-5-21-4206793223-2530598787-2301440318-1001'
but the current user is:
'S-1-5-21-2386230331-2992271977-4265062834-1001'
To add an exception for this directory, call:
git config --global --add safe.directory 'F:/xxx'
打开 git bash ,使用命令如下:
git config --global --add safe.directory '*'
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。