-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fatal: unsafe repository ('/github/workspace' is owned by someone else) #74
Comments
What's the problem you're dealing with? The first three lines are free to ignore. The fourth one points to an authentication problem. Have you provided |
It is caused by https://github.blog/2022-04-12-git-security-vulnerability-announced/ You can find more info in this ticket actions/checkout#760 I've sent you a PR with the fix (#76) |
Thanks, @davidmigloz for your contribution. Your PR fixes a warning that @Merrick17 is presenting in the first 3 lines but I think it won't fix the "Error: Failed to authenticate, have you run firebase login?". But I think your PR did fix another issue which is #67 🙂. I'm okay with closing this issue as well though. @Merrick17 feel free to reopen it (or another one) if you need any help. |
fatal: unsafe repository ('/github/workspace' is owned by someone else)
To add an exception for this directory, call:
git config --global --add safe.directory /github/workspace
Error: Failed to authenticate, have you run firebase login?
The text was updated successfully, but these errors were encountered: