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
"curl -sSL https://rollkit.dev/install.sh | sh -s v0.14.1"
From: https://rollkit.dev/tutorials/quick-start
I get this error:
github.com/rollkit/rollkit/cmd/rollkit: go install github.com/rollkit/rollkit/cmd/rollkit: copying /var/folders/29/j1w_brts76n9f_g76d2kxk380000gn/T/go-build3140668732/b001/exe/a.out: open /Users/luke/go/bin/rollkit: permission denied
The script never prompted me to use sudo or anything else that would give it proper permissions.
Oddly, while the script errors, it also reports a successful install:
When running this install script:
"curl -sSL https://rollkit.dev/install.sh | sh -s v0.14.1"
From:
https://rollkit.dev/tutorials/quick-start
I get this error:
The script never prompted me to use
sudo
or anything else that would give it proper permissions.Oddly, while the script errors, it also reports a successful install:
The text was updated successfully, but these errors were encountered: