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
{{ message }}
This repository was archived by the owner on May 29, 2025. It is now read-only.
ggp.sh passes some paths to Docker in order to copy the functions, deployments, etc. directories. Under Cygwin these paths are not understood by Docker.
It looks like these paths will need to be resolved via cygpath -w -a PATH before they're passed to Docker when using Cygwin.