blog icon indicating copy to clipboard operation
blog copied to clipboard

安装环境 mac

Open yongheng2016 opened this issue 2 years ago • 0 comments

  • brew
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"

https://docs.brew.sh/Installation

git clone https://github.com/nvm-sh/nvm.git ~/.nvm
source ~/.nvm/nvm.sh
which -a npm // 找到brew管理的npm
rm -rf xxx/npm // 删除对应brew管理的npm

  • github ssh 登录密码 权限
 ssh-add -K ~/.ssh/id_rsa

yongheng2016 avatar Nov 27 '22 12:11 yongheng2016