You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm brand new to filter-repo and it looks great, but trying to use it at all in a Windows console totally hangs the machine. Like to the extent TaskManager stops working properly and I have non-responsive console I cannot force close... haven't had to forcibly reboot my PC for ages!
I have Python 3.7 (IIRC) installed which is run as "py" - not python or python3 - and edited the top of the file accordingly.
I can see python runs up but even if I add dry-run or debug options I get no output. In fact if I just run git filter-repo with no arguments at all it still hangs.
Is this a python issue or some other know issue - it feels like it is not even getting properly started? I'm on a modern Windows 10 box, I don't know where py has come from as I don't use Python - it must be installed by some part of our development toolchain I am not familiar with.
If I can provide more useful information, let me know? Thanks in advance for any help.
The text was updated successfully, but these errors were encountered:
I had the same problem with Python 3.9 installed (also ran as "py"). I'm not sure what exactly fixed the problem for me, but I will list the steps I went through here:
Get a fresh copy of your repo (ex. clone it to your device from github if you previously tried git-filter-repo on it)
Uninstall Python 3.9 and Python Launcher (if on your device)
Install Python 3.10 from Microsoft Store
Check to make sure the command 'python3' works
Download git-filter-repo and git-filter-repo.py file
Put them in your 'git --exec-path' directory
Run 'git filter-repo' in command prompt (with no arguments). If you get a response that says "No arguments specified." then your problem has most likely been solved.
Navigate to your repo and try to use the tool normally.
Let me know if this has helped you. It took me a forced reboot and a lot of trial and error to get it to work.
So I tried running python3 and it launched the Windows app store... apparently this is normal. I let it install (3.9 I think) and changed the script back to python3 rather than py. Things now seem to work... thanks for your input.
I'm brand new to filter-repo and it looks great, but trying to use it at all in a Windows console totally hangs the machine. Like to the extent TaskManager stops working properly and I have non-responsive console I cannot force close... haven't had to forcibly reboot my PC for ages!
I have Python 3.7 (IIRC) installed which is run as "py" - not python or python3 - and edited the top of the file accordingly.
I can see python runs up but even if I add
dry-run
ordebug
options I get no output. In fact if I just rungit filter-repo
with no arguments at all it still hangs.Is this a python issue or some other know issue - it feels like it is not even getting properly started? I'm on a modern Windows 10 box, I don't know where
py
has come from as I don't use Python - it must be installed by some part of our development toolchain I am not familiar with.If I can provide more useful information, let me know? Thanks in advance for any help.
The text was updated successfully, but these errors were encountered: