其他分享
首页 > 其他分享> > whistle代理

whistle代理

作者:互联网

定位线上问题的方式之一,可以使用代理到本地调试。

安装whislte

安装node

brew install node

安装whistle

npm install whistle -g --registry=https://registry.npm.taobao.org

添加环境变量

cancanliu@cancanliu ~ % vim ~/.bash_profile
export PATH=$PATH:/Users/cancanliu/.npm-global/bin:$PATH

使环境变量永久生效

创建编辑.zshrc文件,添加source ~/.bash_profile命令

vim ~/.zshrc
source ~/.bash_profile

启动w2代理

cancanliu@cancanliu ~ % w2 start

chrome浏览器安装插件whistle,并启用代理状态

image-20200920175534229 image-20200920180827161

web端代理到本地

app代理到本地

image-20200920181835993

标签:profile,cancanliu,代理,whistle,PATH,安装
来源: https://blog.csdn.net/u010106375/article/details/121999288