I am writing a deployment script which clones a git repo and then performs other tasks such as fetch etc .I have run this
git config --global credential.helper cache
The username and password for cloning step are provided by an expect script. But these details are not cached as it should be.The script again prompts for user details
I cannot use ssh as I am using Visual Studio Online