git相关问题

# git相关问题

# 1.webstorm中git,每次都要重新输入用户名密码,怎么办?

  • 执行git config --global credential.helper store

# 2.git,npm慢 解决方案

执行顺序:

  • npm config get registry
  • npm config set registry=https://registry.npmmirror.com/
  • npm i nrm -g
  • nrm ls
  • nrm use taobao