Piroman Installation Problem

I’ve just completed the Piroman case for my Raspberry Pi and am trying to get the Piroman software installed, following the directions fro piroman-v2. However, when in terminal and attempting to clone from GitHub, I get this response:

remote: Support for password authentication was removed on August 13, 2021.
remote: Please see About remote repositories - GitHub Docs for information on currently recommended modes of authentication.
fatal: Authentication failed for ‘https://github.com/sunfounder/piroman.git/

So,being a very novice person in this, I’m now lost. I’ve created an account at GitHub and tried to follow what they say is the resolution as listed above, however, I’ve dug myself in deep and I’m way over my head. I just want to get the Piroman software installed and get things up and running. Any help would be greatly appreciated for this newbie.

Thanks.

Geoff

You cloned the code with a wrong input resulting in an error. (As shown in the picture)
121101

First install:
sudo apt-get update
sudo apt-get install git -y
sudo apt-get install python3 python3-pip python3-setuptools -y
Then install pironman:
cd ~
git clone GitHub - sunfounder/pironman -b v2.0
cd ~/pironman
sudo python3 install.py
Please follow the tutorial steps in order:
5. Set up the Pironman — SunFounder Pironman documentation