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
Trying to deploy on Fly.io and hitting a new error:
#11 0.677 # cd /work; git status --porcelain
#11 0.677 fatal: detected dubious ownership in repository at '/work'
#11 0.677 To add an exception for this directory, call:
#11 0.677
#11 0.677 git config --global --add safe.directory /work
#11 0.678 error obtaining VCS status: exit status 128
#11 0.678 Use -buildvcs=false to disable VCS stamping
The text was updated successfully, but these errors were encountered:
Sorry, just seeing this issue now apparently 😞 . Is this using the standard Dockerfile or something custom? I'm not sure why git would be doing anything.
Trying to deploy on Fly.io and hitting a new error:
The text was updated successfully, but these errors were encountered: