http git 每次输入密码解决方案
进入命令行
git config --global credential.helper store
使用git pull 然后输入账号,密码,之后就能记住密码了
修改远程地址
git remote set-url origin http://192.168.199.254/dspx/dspx-web-backend.git
git config --global credential.helper store
git remote set-url origin http://192.168.199.254/dspx/dspx-web-backend.git