当前位置:   article > 正文

Git异常fatal: detected dubious ownership in repository at_error:detected dubious ownership in repository at

error:detected dubious ownership in repository at ' 's-1-5-32-544

Git报错:

$ git remote
fatal: detected dubious ownership in repository at 'C:/Users/DELL/code/larabbs'
'C:/Users/DELL/code/larabbs' is owned by:
        'S-1-5-32-544'
but the current user is:
        'S-1-5-21-2587871540-936293849-2521995129-1001'
To add an exception for this directory, call:

        git config --global --add safe.directory C:/Users/DELL/code/larabbs

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10

根据报错信息:当前用户与仓库文件夹所有者不一致,
解决方案:修改文件夹所有者
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
报错修改前,注意勾选将修改应用到子文件及子文件夹
在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Cpp五条/article/detail/542936
推荐阅读
相关标签
  

闽ICP备14008679号