herokuにログインすることができない
解決したいこと
laravel/mysqlで趣味アプリを作成し、herokuにデプロイしようとしたところ、色々コマンドを叩いてしまいつまづいています。
heroku loginやheroku login --interactiveでログインすることができなくなってしまいました。。
発生している問題・エラー
(node:63236) UnhandledPromiseRejectionWarning: Error: EACCES: permission denied, mkdir '/Users/名前.local/share/heroku'
(node:63236) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:63236) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
heroku: Press any key to open up the browser to login or q to exit:
Error: tunneling socket could not be established, cause=getaddrinfo ENOTFOUND proxy.server.com
at ClientRequest.onError (/usr/local/lib/heroku/node_modules/tunnel-agent/index.js:177:17)
自分で試したこと
この辺りが怪しいのかなと思い試しましたが、変わらずエラーが出ます。
export HTTP_PROXY=http://proxy.server.com:portnumber
or
export HTTPS_PROXY=https://proxy.server.com:portnumber
heroku login
php:7.2.5
laravel/framework:7.18.0
mysql: 8.0.22 for osx10.13 on x86_64 (Homebrew)
mac(linux)
0