crithesJie的博客文档
crithesJie
Konck! Knock!
OK
crithesJie的博客文档
Choose mode
dark
auto
light
首页
Github
(opens new window)
Gitee
(opens new window)
关于我
Konck! Knock!
OK
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
小屏问题
常用数据处理Api
1.webstorm中git,每次都要重新输入用户名密码,怎么办?
2.git,npm慢 解决方案