Git操作 detected dubious ownership in repository at... 问题
【代码】Git操作 detected dubious ownership in repository at... 问题。
·
问题:
Windows新增用户之后使用git出现问题:
fatal: detected dubious ownership in repository at 'D:/...'
'D:/...' is owned by:
'S-1-5-21-1045045257-1974506225-3199486363-500'
but the current user is:
'S-1-5-21-1045045257-1974506225-3199486363-1001'
To add an exception for this directory, call:git config --global --add safe.directory D:/...
解决方案:
git config --global --add safe.directory "*";
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
已为社区贡献1条内容
所有评论(0)