基础环境搭建

前提:macOS
工欲善其事必先利其器

node下载安装
git配置:命令行下

git config --global user.name xxx
git config --global user.email xxx
git config --global push.default simple
git config --global core.quotepath false
git config --global core.editor "vim"

vscode
Github账号
ssh

    原文作者:600519
    原文地址: https://segmentfault.com/a/1190000020320866
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞