Unable to install GDK on fresh install of Mac OS

Problem Statement

I nuked my laptop and installed a fresh Mac OS on it, then I went thru the process to install the GDK, and I was not able to proceed. It gave me various errors depending on which install method I used.

One Line install report (link)
dmora@Daniels-MBP ~ % curl "https://gitlab.com/gitlab-org/gitlab-development-kit/-/raw/main/support/install" | bash
% Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Dload  Upload   Total   Spent    Left  Speed
100  2656  100  2656    0     0   3480      0 --:--:-- --:--:-- --:--:--  3476
INFO: This is the GDK one line installation. For more information, please visit:
INFO: https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/main/doc/index.md#one-line-installation
INFO:
INFO: The source for the installation script can be viewed at:
INFO: https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/main/support/install
INFO: A gitlab-development-kit directory already exists in the current working directory, resuming..
remote: Enumerating objects: 1, done.
remote: Counting objects: 100% (1/1), done.
remote: Total 1 (delta 0), reused 1 (delta 0), pack-reused 0
Unpacking objects: 100% (1/1), 306 bytes | 306.00 KiB/s, done.
From https://gitlab.com/gitlab-org/gitlab-development-kit

branch              main       -> FETCH_HEAD
09164cfa..8ccdecba  main       -> origin/main
Already on 'main'
Your branch is behind 'origin/main' by 6 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
support/makefiles/Makefile.test.mk:43: *** multiple target patterns.  Stop.
Simple Install report (link)
dmora@Daniels-MBP ~ % git clone https://gitlab.com/gitlab-org/gitlab-development-kit.git

fatal: destination path 'gitlab-development-kit' already exists and is not an empty directory.
dmora@Daniels-MBP ~ % git clone https://gitlab.com/gitlab-org/gitlab-development-kit.git

Cloning into 'gitlab-development-kit'...
remote: Enumerating objects: 28549, done.
remote: Counting objects: 100% (2296/2296), done.
remote: Compressing objects: 100% (394/394), done.
remote: Total 28549 (delta 2113), reused 1991 (delta 1901), pack-reused 26253
Receiving objects: 100% (28549/28549), 22.57 MiB | 24.48 MiB/s, done.
Resolving deltas: 100% (19685/19685), done.
dmora@Daniels-MBP ~ % cd gitlab-development-kit

dmora@Daniels-MBP gitlab-development-kit % make bootstrap
support/makefiles/Makefile.test.mk:70: *** target pattern contains no `%'.  Stop.
dmora@Daniels-MBP gitlab-development-kit % 

Reach

Anyone installing GDK on a new system?

Maybe:

1.5 = Small reach (~5% to ~25%).

Impact

0.5 = Low impact

Confidence

I'm not sure who else is having the problem, but I always have problems with the GDK, I am not smart. 😬

50% = Low confidence

Effort

This is probably a 1. Maybe a documentation issue... Or fixing the one line install to resolve conditions like this.

Definition of Done

  • [ ] The problem is well understood by the PM to have an understanding summarized in a RICE score
  • [ ] The problem is well understood by the PM to decide if they want to move forward with this idea or drop it
  • [ ] The problem is well described and detailed with necessary requirements for product design to understand the problem
  • [ ] The problem is well described and detailed with necessary requirements for engineering to understand the problem

Research Issue