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
utils.sh uses ssh-add for which output is directed to /dev/null which gobbles up any error messages. Check for return code and if it non-zero then try to do eval "$(ssh-agent)".
I will shortly provide a fix.
The text was updated successfully, but these errors were encountered:
utils.sh uses ssh-add for which output is directed to /dev/null which gobbles up any error messages. Check for return code and if it non-zero then try to do eval "$(ssh-agent)".
I will shortly provide a fix.
The text was updated successfully, but these errors were encountered: