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

Permission Denied on Mac OS #142

Open
Mortenest opened this issue Jan 16, 2024 · 6 comments
Open

Permission Denied on Mac OS #142

Mortenest opened this issue Jan 16, 2024 · 6 comments

Comments

@Mortenest
Copy link

Having this plugin run on Mac, I get:

LogSourceControl: Error: env: .../Plugins/UEGitPlugin/git-lfs-mac-arm64: Permission denied

I get this issue periodically, and furthermore it is not possible to package a build with this issue, meaning i have to disable the plugin to do that.

I don't have these issues on windows.

@mastercoms
Copy link
Member

mastercoms commented Jan 16, 2024

Does it fix if you run chmod +x on that file?

@Mortenest
Copy link
Author

Mortenest commented Jan 16, 2024

when adding chmod +x to that i get the following errors:

SourceControl: Error: git-lfs filter-process: git-lfs: command not found
SourceControl: Error: fatal: the remote end hung up unexpectedly

git-lfs -v gives me:
git-lfs/3.3.0 (GitHub; darwin arm64; go 1.19.3)

@mastercoms
Copy link
Member

Ah interesting. I'll look into this, admittedly Mac support is not tested.

@mastercoms
Copy link
Member

Can you remove the git-lfs file in the plugin folder, then symlink git-lfs-mac-arm64 to git-lfs?

@Mortenest
Copy link
Author

Tried that, which gave Permission denied, and with chmod +x it gives:
SourceControl: Error: git-lfs filter-process: git-lfs: command not found SourceControl: Error: fatal: the remote end hung up unexpectedly

so basically the same issue

@mastercoms
Copy link
Member

Ok, thanks for testing. I will have to see what I can do on my end to check on this.

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

No branches or pull requests

2 participants