GIT clone Private Repo
-
firstly git needs to be installed.
apt install git -y
afterwards, configure your identity.
git config --global user.email "you@example.com" git config --global user.name "Your Name"
Now clone the repo.
git clone https://personalaccesstoken@github.com/DerMeldos/WEIGEL-Ansible-Collection
To create a Personal access token, visit the GitHub webpage and create a new token under Developer Settings.