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
Some builds like the one in git-lfs use env -u which is not supported in z/OS's env:
-u name
If the environment variable name is in the environment, then remove it before processing the
remaining options. This is similar to the unset command in sh(1). The value for name must not
include the ‘=’ character.
The text was updated successfully, but these errors were encountered:
Some builds like the one in git-lfs use
env -u
which is not supported in z/OS's env:The text was updated successfully, but these errors were encountered: