I have a private git repository on Codaset. Normally when I try to clone it over HTTPS on my Windows machine, it asks me for my username and password. When I try to clone it
You can do:
git clone https://username@codaset.com/username/project_name.git destination_folder_name.git
to make it prompt for password.