git clone password prompt code example
Example 1: do a git clone with user name and password
git clone https://username:[email protected]/username/repository.git
Example 2: git clone with username and password
git clone https://[email protected]/username/repository.git