We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running git sweep cleanup --nofetch with Python version 3.9.1 I get the following error:
git sweep cleanup --nofetch
Delete these branches? (y/n) name 'raw_input' is not defined
The text was updated successfully, but these errors were encountered:
I have this problem as well.
Sorry, something went wrong.
grep -r raw_input ~/.local/lib/
查找出含有raw_input的那个文件
~/.local/lib/python3.9/site-packages/gitsweep/cli.py
然后把该文件里的raw_input全改为input就行了
I guess this is not maintained anymore, but if you use git-sweep cleanup --force it will skip the raw_input prompt and do the clean.
git-sweep cleanup --force
No branches or pull requests
When running
git sweep cleanup --nofetch
with Python version 3.9.1 I get the following error:The text was updated successfully, but these errors were encountered: