Can't Install packages /dependencies

Please help me out, am trying to install wagmi dependency using the pages obtion.
But I end up getting this error message

error Command failed.
Exit code: 128
Command: git
Arguments: ls-remote --tags --heads ssh://git@github.com/ethereumjs/ethereumjs-abi.git
Directory: /home/runner/Lamina
Output:
“ssh” -oBatchMode=yes: 1: ssh: not found
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
info Visit yarn add | Yarn for documentation about this command.
exit status 128

Replit: Package operation failed.

Am new to replit

try after adding ssh to replit.nix: in Shell:

sed -i 's/];/  pkgs.openssh\
  &/' replit.nix
1 Like

Thanks, but please, I cant figure out how to add ssh to my replit. Am new to this. I have tried to read the docs, and the configurations seems not to work on the putty they recommended for generating the ssh, or maybe am doing something wrong. Please help me out