-
-
Notifications
You must be signed in to change notification settings - Fork 937
Exception when deleting a reference #299
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
Comments
To me it seems this is not a problem of GitPython directly, as the user running GitPython doesn't seem to have permissions to remove a file from the filesystem. You should be able to reproduce this kind of error by running Please let me know what you could find out.. |
You can watch the development stream on youtube.
|
|
Posting a stack-trace of the attempted deletion of a non-existent branch without any additional statement on how git-python would be involved puzzles me. After all, the question was if the user running the git-python script is actually allowed to delete a branch in terms of the required filesystem permissions. From what I see, this isn't an issue of git-python, which is why it seems alright to close it. |
This is coming a stack trace from Gertty, as stated in the first post, which uses git-python!
Yes - the same user running Gertty is the same user that owns that directory and all files under it. Please, I would appreciate reopening this issue so we can continue to diagnose. |
Unfortunately I don't believe this is an issue of git-python, as it looks like |
I believe this is incorrect - |
This is from stackforge/gertty
Here's what the git repo looks like in that hive
The text was updated successfully, but these errors were encountered: