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
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.
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 PATHbefore they're passed to Docker when using Cygwin.