Configuring global git credentials and cloning the repository:
git config --global user.name "{{user_here}}"
git config --global user.email "{{email_here}}"
ssh-keygen -t rsa
cat /c/Users/{{windows_user_here}}/.ssh/id_rsa.pub
git clone [email protected]:{{user_here}}/expense-tracker-api.git