Skip to content
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

Transfer Repository from user to organization fails #8565

Closed
2 of 7 tasks
realslacker opened this issue Oct 17, 2019 · 1 comment
Closed
2 of 7 tasks

Transfer Repository from user to organization fails #8565

realslacker opened this issue Oct 17, 2019 · 1 comment
Labels
issue/duplicate The issue has already been reported.

Comments

@realslacker
Copy link

Description

Transferring a repo from a user to an organization fails with error 500 on latest Gitea running on Windows.

The suspect log entry appears to be:

2019/10/17 14:24:29 ...ters/repo/setting.go:378:SettingsPost() [E] TransferOwnership: rename repository directory: rename D:\gitea\repositories\user\repo.git D:\gitea\repositories\infrastructure-team\repo.git: Access is denied.

The Gitea service is running as LocalSystem, and SYSTEM has full rights to the D:\gitea folder and all sub-folders. I'm able to psexec -i -s cmd.exe and move folders inside the repositories folder so permissions do not seem to be an issue.

@guillep2k
Copy link
Member

Duplicate of #7947

@lunny lunny added the issue/duplicate The issue has already been reported. label Oct 18, 2019
@lunny lunny closed this as completed Oct 18, 2019
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
issue/duplicate The issue has already been reported.
Projects
None yet
Development

No branches or pull requests

3 participants