fengnz / fengdoorbot

这是一个Telegram 电报群的聊天管理机器人, 主要用来防止垃圾消息
GNU General Public License v3.0
123 stars 52 forks source link

谁成功用clasp把代码推送到谷歌了 #8

Open 1265650645 opened 1 year ago

1265650645 commented 1 year ago

有偿麻烦从谷歌项目分享给我一下,我clsap一直登陆不上谷歌,无法推送代码

fengnz commented 1 year ago

在环境变量中设置一下代理就可以了

export HTTP_PROXY=http://localhost:3128 export http_proxy=http://localhost:3128 export https_proxy=http://localhost:3128 export HTTPS_PROXY=http://localhost:3128

3128 改成你自己的代理端口, 一般是 1080

https://github.com/google/clasp/issues/8#issuecomment-414480372