-
Notifications
You must be signed in to change notification settings - Fork 662
Description
I simply install the gradio from the ZIP (windows option), I unzipped then i run it twice, then i went to update bat and I was getting:
========================================
ACE-Step Update Check
========================================
[Git] Using PortableGit
[1/4] Checking current version...
Branch: fix_windows_path
Commit: b55...
[2/4] Checking for updates (timeout: 10s)...
Connecting to GitHub...
[Timeout] Could not connect to GitHub within 10 seconds.
[Failed] Could not fetch from GitHub.
Please check your internet connection.
Do you want to configure a proxy server to retry? (Y/N):
Then I tried a solution from chatgpt:
Run in X:\ACE-Step-1.5:
.\PortableGit\bin\git.exe config --local --unset http.proxy
.\PortableGit\bin\git.exe config --local --unset https.proxyThen verify they’re gone:
.\PortableGit\bin\git.exe config --local --get http.proxy
.\PortableGit\bin\git.exe config --local --get https.proxyThose should print nothing now
.
But it did not solve the problem because The update failed apparently.
So what with fail with portable git? I tried to search for it I did not find a lot.
Could it be some protection from my system blocking it?