-
Notifications
You must be signed in to change notification settings - Fork 125
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
Returned with exit code 1 and no explanation on trying to delete #37
Comments
+1 |
+1 |
I'm also experiencing this on Stash. |
The issue (for me) is that git-sweep is reporting branches in Stash that don't actually exist as such any longer ( |
I'm running into this issue too, no real idea how to debug it at this point. |
Never mind, if you prune your remotes (for example: |
git-sweep cleanup --skip=master,release,staging --nofetch
Delete these branches? (y/n) y
deleting abctest'git push --porcelain origin :abctest' returned with exit code 1
What can I do to debug this further....any information I can provide?
The text was updated successfully, but these errors were encountered: