Skip to content
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

Closed
Merrick17 opened this issue Jun 14, 2022 · 3 comments · Fixed by #77
Closed

fatal: unsafe repository ('/github/workspace' is owned by someone else) #74

Merrick17 opened this issue Jun 14, 2022 · 3 comments · Fixed by #77

Comments

@Merrick17
Copy link

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?

@wzieba
Copy link
Owner

wzieba commented Jun 15, 2022

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 token?

@davidmigloz
Copy link
Contributor

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)

@wzieba
Copy link
Owner

wzieba commented Jun 20, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants