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
I am able to create the pipeline with fly -t ps set-pipeline -c mod1-pipeline.yml -p mod1-pipeline no problem. However when I try to run the pipeline compile-app job fails with
selected worker: d9f010052786
Cloning into '/tmp/build/get'...
fatal: detected dubious ownership in repository at '/tmp/build/get'
To add an exception for this directory, call:
git config --global --add safe.directory /tmp/build/get
Haven't been able to find a solution for this, any suggestions?
I am using MAC with Apple M1 Pro chip
The text was updated successfully, but these errors were encountered:
Hi, I have just started learning concourse on Pluralsight.
I am on the first demo where we set up our first pipeline with the following YAML file:
I am able to create the pipeline with
fly -t ps set-pipeline -c mod1-pipeline.yml -p mod1-pipeline
no problem. However when I try to run the pipelinecompile-app
job fails withHaven't been able to find a solution for this, any suggestions?
I am using MAC with Apple M1 Pro chip
The text was updated successfully, but these errors were encountered: