Closed
Description
It says it's successfully installed:
curl -sSL https://rollkit.dev/install.sh | sh -s v0.14.1
Downloading Rollkit source code...
Cloning into 'rollkit'...
remote: Enumerating objects: 12958, done.
remote: Counting objects: 100% (1255/1255), done.
remote: Compressing objects: 100% (795/795), done.
remote: Total 12958 (delta 783), reused 758 (delta 435), pack-reused 11703 (from 1)
Receiving objects: 100% (12958/12958), 52.08 MiB | 8.55 MiB/s, done.
Resolving deltas: 100% (8649/8649), done.
Note: switching to 'v0.14.1'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 5a8693e feat: enable mock servers with intercept command (#1911)
Building and installing Rollkit...
--> Installing Rollkit CLI
--> Rollkit CLI Installed!
Check the version with: rollkit version
Check the binary with: which rollkit
Installation completed successfully.
But the binary doesn't work:
$ rollkit version
zsh: killed rollkit version
Metadata
Metadata
Assignees
Labels
No labels