@jft7 do you have something like chocolatey
or Cygwin
installed? You may have to remove it from your path. I was able to get things working once I did on my end.
C:\Zephyr>"C:\Users\Jared Wolff\.zephyrtools\env\Scripts\west.exe" init -m https://github.com/circuitdojo/nrf9160-feather-examples-and-drivers.git
=== Initializing in C:\Zephyr
--- Cloning manifest repository from https://github.com/circuitdojo/nrf9160-feather-examples-and-drivers.git
Cloning into 'C:\Zephyr\.west\manifest-tmp'...
remote: Enumerating objects: 899, done.
remote: Counting objects: 100% (899/899), done.
remote: Compressing objects: 100% (521/521), done.
remote: Total 899 (delta 472), reused 750 (delta 327), pack-reused 0
Receiving objects: 100% (899/899), 6.71 MiB | 12.46 MiB/s, done.
Resolving deltas: 100% (472/472), done.
--- setting manifest.path to nfed
=== Initialized. Now run "west update" inside C:\Zephyr.
Still working on this to confirm what it exactly is though. Stay tuned..