git archive --format zip --output /full/path/to/zipfile.zip master
Category: GIT
Clear cached Git Credentials on Windows.
git config credential.helper store
git archive --format zip --output /full/path/to/zipfile.zip master
git config credential.helper store