解決方案
1、進(jìn)入服務(wù)器的項(xiàng)目目錄,執(zhí)行
git config --global credential.helper store
2、執(zhí)行之后,繼續(xù)
git pull
3、重新輸入一遍賬號(hào)密碼。然后往后就不需要再輸入了
=====================================================================
git config --global credential.helper store
git pull
=====================================================================