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
Hey @andrewchilds, when attempting to run a command using a freshly forked clone of the Overcast repo (and adding /path/to/overcast/bin to my path), I'm receiving the following error:
@andrewchilds I think I know what's going on. By adding /path/to/overcast/bin to the front of my $PATH, when Overcast invokes the /path/to/overcast/bin/ssh wrapper script, which attempts to invoke the ssh command, it is instead recursively invoking the wrapper script since it's first in the path. Let me try adding /path/to/overcast/bin after /usr/bin (but before /usr/local/bin, where the NPM-installed overcast executable is located).
Hey @andrewchilds, when attempting to run a command using a freshly forked clone of the Overcast repo (and adding
/path/to/overcast/bin
to my path), I'm receiving the following error:When installing Overcast via NPM and issuing the same command, everything works as expected:
Any thoughts?
The text was updated successfully, but these errors were encountered: