-
Notifications
You must be signed in to change notification settings - Fork 567
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
Issue with merge pull request and update workspace #7349
Comments
Thanks a lot for reporting. The "access denied" issue is more common on Windows and I hope we will be able to fully resolve it over time, I think the last stage of this will be to use a sqlite database instead of loose files, assuming that it will deal with file access for us and better than we ever could. Regarding the long computation time, this might have something to do with integration checks, something that may be slow and may run a lot more than we'd hope. This should be partially resolved in the next major release, so we will revisit all open bugs once it is released. My apologies for the inconvenience, and thanks for your patience. |
Hello, thank you for responding to this issue. For “access denied” it only happens a few times when I click update workshop or integrated upstream, when the error “access denied” appears then integrated upstream loading becomes very long. If “access denied” does not appear integrated upstream will not take a long time. For gpg issues forwarded from discord: Unverified commit when committing to a PR via Gitbutler:
Verified commit when committing directly without going through Gitbutler:
|
Thanks for the solution, it's true that by disabling the credit gitbuttler as committer I can now do a verified commit to my PR. I thought by enabling credit gitbutler as committer can still make a verified commit to the pr, because I feel helped by gitbutler so at least I can give credit to gitbutler. 🤔 |
Thanks for sharing, it really is a pity. The next major release will be better with this, but it's definitely still a bit away before it can be tested. Just out of curiosity, could you share some statistics about the repository (from Git bash)? git ls-files | wc -l && git log --oneline | wc -l Thank you |
I forgot to address this: Yes, it's known to not be working and I think it can't for GPG signatures as GitHub will also consider the email address of the committer. Locally, they will look like good signatures though, it's GitHub that goes the extra mile. |
No problem, it's just a small repository but unfortunately also affected by the os error.
|
Thanks a lot for sharing! Indeed, it's not the size of the repository that's causing this issue, but something more fundamental. Let's hope this resolves itself with the next major version. |
Version
0.14.8
Operating System
Windows
Distribution Method
msi (Windows)
Describe the issue
Hi, I have some problems on the first image there is an access denied error when I want to update the workspace and sometimes it will take a very long time to load to update the workspace 3~7 minute. While the second image occurs after I create a pull request and want to merge PR.
How to reproduce (Optional)
No response
Expected behavior (Optional)
Relevant log output (Optional)
The text was updated successfully, but these errors were encountered: