xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export
-
@d-healey
What you mean git log -
@DJJD12345 in the terminal run the command git log. This will give a list of the commits and the one at the top will show the most recent one you have.
You can also run git branch to see which branch you are using.
-
@d-healey
Termail said this:git log fatal: not a git repository (or any of the parent directories): .git -
@d-healey
For git branch the terminal said this:git branch fatal: not a git repository (or any of the parent directories): .git -
@d-healey
But everything is installed as I previously described. And the terminal can't tell me git log or git branch. -
@DJJD12345 said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
Termail said this:
How did you download the HISE source code?
-
This post is deleted! -
@d-healey
Downloading the Hise source code from the dev branch of Hise 4.1.0 via GitHub -
@DJJD12345 Use git instead as I show in the video.
-
@d-healey
Did that, and it still shows the same thing in the terminal. -
@DJJD12345 said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
Did that, and it still shows the same thing in the terminal.
Check this list and tell me if this is what you did.
- Removed all previous copies of HISE and the HISE source code from your system
- Used
git cloneto download the HISE source code - From the terminal used
cdto enter the HISE source code directory - Used
git checkout developto switch to the develop branch - Compiled HISE
-
@d-healey
Yep, that how I did it -
@ustk said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
@DJJD12345 Are you using the develop branch? Hise uses xcbeautify for a little while now...
He said Hise uses xcbeautify and xcpretty for a little while. Why?
-
@DJJD12345 said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
Yep, that how I did it
Excellent. So now when you run
git login that folder what do you see? -
@d-healey said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
@DJJD12345 said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
Yep, that how I did it
Excellent. So now when you run
git login that folder what do you see?So how do I do that in the Hise source code folder? What terminal command is it?
-
@DJJD12345
cdinto the folder, just like when you checked out the develop branch, but instead of runninggit checkout...rungit log