[Wikitech-l] Re: Request: Help with Fresh

2021-07-07 Thread DannyS712 Wiki
Unfortunately, using WSL didn't work either. I got ``` bash: curl: command not found base64: unrecognized option: decode BusyBox v1.29.3 (2019-01-24 07:45:07 UTC) multi-call binary. Usage: base64 [-d] [FILE] Base64 encode or decode FILE to standard output -d Decode data ❌ ``` when I

[Wikitech-l] Re: Request: Help with Fresh

2021-07-05 Thread Sohom Datta
I believe that the supported/recommended way to run fresh-node in Windows is to use WSL (Windows Subsystem for Linux) [microsoft documentation ] based on a comment by Krinkle at

[Wikitech-l] Re: Request: Help with Fresh

2021-07-05 Thread DannyS712 Wiki
Thanks for the suggestions Ori - I tried Option A (using /usr/bin) and that installed it. But, I then had trouble actually getting it to run: In git bash, running `fresh-node` resulted in the error > the input device is not a TTY. If you are using mintty, try prefixing the command with 'winpty'

[Wikitech-l] Re: Request: Help with Fresh

2021-07-02 Thread Ori Livneh
I haven't tested these because I don't have a Windows machine handy. You can try one of the following: Option A: Replace '/usr/local/bin' in the invocation with '/usr/bin', which does exist in git bash. Option B: 1) Run: echo 'export PATH="$PATH:/usr/local/bin"' >> ~/.bashrc mkdir -p