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
Description
After running the onelinesetup from my terminal it seems to download all the files, but during the execution it exits after a while saying "env: bash: Argument list too long". Upon an investigation, I've noticed the path seems a bit weird and unusually long.
Steps To Reproduce
Create folder
run the onelinesetup
Expected Result
Start the installation process.
Actual Result
Errors out with a message: env: bash: Argument list too long
The text was updated successfully, but these errors were encountered:
Hi @YevhenZvieriev ,
I've figured out what the problem was. The root cause was my Ruby on Rails path in my ZSH terminal. Once I commented out the path, it worked like a charm. Not an ideal solution, but a solution nonetheless.
Description
After running the onelinesetup from my terminal it seems to download all the files, but during the execution it exits after a while saying "env: bash: Argument list too long". Upon an investigation, I've noticed the path seems a bit weird and unusually long.
Steps To Reproduce
Expected Result
Start the installation process.
Actual Result
Errors out with a message: env: bash: Argument list too long
The text was updated successfully, but these errors were encountered: