Unable to download Foundry on Windows #99
Replies: 7 comments 1 reply
-
Are you using Windows WSL? Foundry doesn't work great on raw windows. During the installation part of the course, we walk through getting windows WSL setup |
Beta Was this translation helpful? Give feedback.
-
Hey thanks for the reply. I am thinking of completely shifting to Linux,
for this course as well as for my future opportunities
…On Wed, 31 Jan, 2024, 22:09 Patrick Collins, ***@***.***> wrote:
Are you using Windows WSL? Foundry doesn't work great on raw windows.
During the installation part of the course, we walk through getting
windows WSL setup
—
Reply to this email directly, view it on GitHub
<#99 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUXTHBE6LDWEEQ37JSCFPR3YRJXUHAVCNFSM6AAAAABCKMQO7CVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DGMRTGEYDM>
.
You are receiving this because you authored the thread.Message ID:
<Cyfrin/security-and-auditing-full-course-s23/repo-discussions/99/comments/8323106
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
Hi @SumiTechTo, I'm using Windows, and to install Foundry, I had to install Git Bash as a lightweight solution. To this day, it is working perfectly. So, before shifting to Linux, try installing Git Bash, and after that, install Foundry using this console. |
Beta Was this translation helpful? Give feedback.
-
Hey thanks for the reply. I have already installed Git Bash but facing a
server error as examined by a senior.
…On Thu, 1 Feb 2024 at 16:35, Pedro Y. Machado Leiva < ***@***.***> wrote:
Hi @SumiTechTo <https://github.com/SumiTechTo>, I'm using Windows, and to
install Foundry, I had to install Git Bash
<https://git-scm.com/download/win> as a lightweight solution. To this
day, it is working perfectly. So, before shifting to Linux, try installing
Git Bash, and after that, install Foundry using this console.
—
Reply to this email directly, view it on GitHub
<#99 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUXTHBF34BJBUTJIM4Y3YODYRNZG3AVCNFSM6AAAAABCKMQO7CVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DGMZTGY2TE>
.
You are receiving this because you were mentioned.Message ID:
<Cyfrin/security-and-auditing-full-course-s23/repo-discussions/99/comments/8333652
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
@SumiTechTo did you resolve the server error already ? |
Beta Was this translation helpful? Give feedback.
-
I was facing same problem but I solved it. |
Beta Was this translation helpful? Give feedback.
-
Hey thank you so much. I think this will be really helpful.
…On Wed, 7 Feb, 2024, 08:16 larchite3k, ***@***.***> wrote:
1st your mkdir don't work cause your file already exists. If you use VSC
instead of shifting to Linux;you can install this 3 extensions; WSL, VSCode
Terminal for Ubuntu+ Open(Wsl support). Be sure to have WSL 2 installed
properly in windows. WINKEX could be a great addon too cause it allows you
to use linux natively under windows and from recently even with cluster.
Git Bash could work too, but it still a lightweight solution and maybe
further in the course it will not be enough.
—
Reply to this email directly, view it on GitHub
<#99 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUXTHBGQK4UIK3U7X3E7JXTYSLTGRAVCNFSM6AAAAABCKMQO7CVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DGOJQGI4DO>
.
You are receiving this because you were mentioned.Message ID:
<Cyfrin/security-and-auditing-full-course-s23/repo-discussions/99/comments/8390287
@github.com>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This is what my Bash command line looks like:
Sumita Pathak@LAPTOP-52PGEQL9 MINGW64 ~ (mem)
$ curl -L https://foundry.paradigm.xyz | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Installing foundryup...
100 1942 100 1942 0 0 3863 0 --:--:-- --:--:-- --:--:-- 3863
mkdir: cannot create directory ‘/c/Users/Sumita’: File exists
Please let me know how can I fix it
Beta Was this translation helpful? Give feedback.
All reactions