Enable 1Password's SSH Agent.
Using Powershell, install npiperelay via the scoop package manager.
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time
irm get.scoop.sh | iex # install scoop
scoop install git
scoop bucket add extras
scoop install npiperelay # install npiperelay
The fact that
setsid
is inpiperelay
fails the pgrep.I fixed by moving the
setsid
outside.