-
运行版本是:10.4.0
-
Windows 权限我不太熟,按提示把 OneDev 安装目录下所有文件的 owner 改为运行OneDev 进程的用户试试。
-
-
Windows 权限我不太熟,按提示把 OneDev 安装目录下所有文件的 owner 改为运行OneDev 进程的用户试试。
谢谢,解决了; 执行了这个:
takeown /F "C:\Program Files\OneDev" /R /D Y icacls "C:\Program Files\OneDev" /grant "Administrator:F" /T然后,解决一下git 安全机制问题: git config --system --add safe.directory "*"
-
Previous Value Current Value Open
Closed
| Type |
Question
|
| Priority |
Major
|
| Assignee | |
| Labels |
No labels
|
Issue Votes (0)
你好,我是之前在 Linux 系统上运行,最近迁移到Windows上,我把之前整个目录打包,然后放在Windows上启动运行,界面没有问题,但是git push 代码不了;这里错误信息:
git push 错误 fatal: detected dubious ownership in repository at '.' '.' is owned by: 10_1_0_4/Administrator (S-1-5-21-2554914102-4170829522-1679921225-500) but the current user is: NT AUTHORITY/SYSTEM (S-1-5-18) To add an exception for this directory, call: