Project Rebuilding Assistance

Hello,
I have recently started using UE 5.2 on Mac, and I was importing a project from Github and ran into a few issues. Attempting to open the project folder asks me to rebuild the project, and then is gives me the error “Cannot be Compiled, Try rebuilding from source Manually”. I then attempt to Generate the XCode Project, but using the Service to do so doesn’t generate anything, and attempting to use the terminal command gives me the error
Unhandled exception: System.Exception: Unable to find project file based on argument project=Shared/unreal-projects/Mini-Jam/MiniJam.uproject
at UnrealBuildTool.GenerateProjectFilesMode.TryParseProjectFileArgument(CommandLineArguments Arguments, ILogger Logger, FileReference& ProjectFile) in /Users/build/Build/++UE5/Sync/Engine/Saved/CsTools/Engine/Source/Programs/UnrealBuildTool/Modes/GenerateProjectFilesMode.cs:line 307
at UnrealBuildTool.GenerateProjectFilesMode.Execute(CommandLineArguments Arguments, ILogger Logger) in /Users/build/Build/++UE5/Sync/Engine/Saved/CsTools/Engine/Source/Programs/UnrealBuildTool/Modes/GenerateProjectFilesMode.cs:line 84
at UnrealBuildTool.UnrealBuildTool.Main(String[] ArgumentsArray) in /Users/build/Build/++UE5/Sync/Engine/Saved/CsTools/Engine/Source/Programs/UnrealBuildTool/UnrealBuildTool.cs:line 599

I am kind of lost at this point in what to do, and I cannot access the project at all. Any assistance would be appriciated.