11 2021 档案
摘要:查看registry # npm命令 npm config get registry # yarn命令 yarn config get registry修改为淘宝镜像 # npm命令 npm config set registry http://registry.npm.taobao.org/ #
阅读全文
摘要:今天本地新拉取Git上的新项目,发现 git pull origin develop 提醒fatal: refusing to merge unrelated histories 查询结果:原因是两个分支是两个不同的版本,具有不同的提交历史 解决办法:( --allow-unrelated-hist
阅读全文

浙公网安备 33010602011771号