-
-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install auto-cpufreq because of dubious ownership #595
Comments
For now I reverted back to commit c3e2f83 before pyproject.toml was introduced. |
Unable to reproduce in a Fedora 39 container. This seems like a local issue related to permissions, but I do find it weird since auto-cpufreq does not make use of any git submodules. I found this stackoverflow post that points at it being a permission error with the repo directory. Make sure you are signed into the user who owns the directory or take ownership of the directory with |
Even after chowing the directory recursively, the problem still persists. |
Hm, from what I can find it's an issue with Git. Check out this link and try this: https://sam.hooke.me/note/2023/08/poetry-fixing-dubious-ownership-error/ |
Just merged #597 which seems to fix this issue. |
This works perfectly! Thanks! |
Fill out information requested in this template, without doing so issue will be ignored & closed!
Have you tried?
I have tried all relevant things.
Error output:
System information:
Running fedora 39.
Is this a known issue? Is a fix available?
The text was updated successfully, but these errors were encountered: