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
With this one can disable the origin validation entirely.
This can come in handy when setting things up for testing the
existance of the remote branch is too onerous (i.e. private git repo)
Now you can run:
export DISABLE_VALIDATE_ORIGIN=true
./pattern.sh make install
and the check will be skipped
0 commit comments