最初我已将我的 git 代理设置为 192.168.0.9 现在无法正常工作,所以我使用
$ git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:8080
$ set http_proxy=http://username:password@host:port
$ export http_proxy=http://username:password@host:port
将代理更改为 192.168.0.5 但是当我运行时
$ heroku create
在 git bash 它说内部服务器错误并显示 HTTP PROXY = 192.168.0.9
你能帮我用命令吗,以便我可以更改代理。