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
ln -sfv /usr/local/cpanel/3rdparty/bin/git git
Does not work...
it outputs:
``git' ->/usr/local/cpanel/3rdparty/bin/git'
but i can execute`/usr/local/cpanel/3rdparty/bin/git`but i can't only`git`
To run git on my server I have to run the command:
/usr/local/cpanel/3rdparty/bin/git
.So when I run
mina deploy
I get backgit: command not found
.I've set up
git
as an alias so when I'm ssh'd in I can rungit
and it works. However when using Mina it doesn't. How can I Mina to work for me?Thanks.
The text was updated successfully, but these errors were encountered: