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
[fbsync] Fixing issue with setup_env.sh in docker (#6106)
Summary:
New version of git checks folder owner and errors with 'fatal: unsafe repository' if owner is different.
Thus, `root_dir="$(git rev-parse --show-toplevel)"` is failing.
To fix the issue, just added all floder as safe directories
git rev-parse --show-toplevel
Reviewed By: NicolasHug
Differential Revision: D36760912
fbshipit-source-id: f2220269833e0cf25beafa71dba84709fe0113e2
0 commit comments