-
Notifications
You must be signed in to change notification settings - Fork 136
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
"./install-foundry-zksync" not working #472
Comments
Did you find any solutions? |
Is any solution for this? I've only managed to make it work in WSL |
Are you all using "raw" windows? Or windows with WSL? |
windows with WSL |
Windows with WSL |
For me works fine on WSL. But not on windows |
By the time I log this issue,this error were thrown in both "raw" windows with gitbash and wsl.so I'll try back with wsl,if it works then |
I faced the same issue Do this
|
i updated ubuntu wsl to 22 and this error is fixed,i was ou wsl 20 |
Great 👍🏻 |
Hi, as written in the official foundry documentation, neither PowerShell nor CMD are supported with For future reference, we specified that our support for Windows is limited (#500). @Chathura-Ahangama could you please confirm if you were able to succesfully install using WSL? And if so, could you close the issue? Thank you. |
Yes, but on git bash foundry works perfect without the need of WSL |
Were you able to install |
Mine is a proble with windows, foundry works fine on git bash, but foundry-zksync I can only run it on wsl. |
@Karrq I still cannot install foundry zksync using git bash.But it works in wsl. |
You said correctly working fine in wsl but having issue in git bash |
Component
Other (please describe)
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (3ae4f50 2024-07-07T04:28:54.758287900Z)
What command(s) is the bug in?
./install-foundry-zksync
Operating System
Windows
Describe the bug
When I follow the instructions for quick install ,I cloned the repo and as the last command when i run "./install-foundry-zksync" it throws an error .Here it is
"...foundryup-zksync: installing foundry (version nightly, tag nightly)
foundryup-zksync: downloading latest forge, and cast
##################################################################################################################################################### 100.0%
Archive: /tmp/tmp.MohwuZYRfX/foundry-zksync.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of /tmp/tmp.MohwuZYRfX/foundry-zksync.zip or
/tmp/tmp.MohwuZYRfX/foundry-zksync.zip.zip, and cannot find /tmp/tmp.MohwuZYRfX/foundry-zksync.zip.ZIP, period.
foundryup-zksync: command failed: unzip /tmp/tmp.MohwuZYRfX/foundry-zksync.zip -d /c/Users/chath/.foundry/bin"
The text was updated successfully, but these errors were encountered: