Run
git config credential.helper store
git pull
Give the user name/pwd for the first time. This will store your credentials in a folder inside root.
Frontend Developer
Run
git config credential.helper store
git pull
Give the user name/pwd for the first time. This will store your credentials in a folder inside root.