add credentials to git

Shell
git config user.name "your username"
git config user.password "your password"
Source

Also in Shell: