It\'s possible to clone down a git repository, specifying username and password in the command. Example:
git clone https://username:password@myrepository.biz/f
I used below format
git push https://username:password@myrepository.biz/file.git --all
and if your password or username contain @ replace it with %40