MAC终エラー:次のディレクトリはユーザーが書き込みできません...

自作でノードをインストールすると、権限エラーが報告される場合があります:

Error: The following directories are not writable by your user:
...
You should change the ownership of these directories to your user.
sudo chown -R $(whoami) /usr/local/share/man/man8

解決策、権限を取り消す必要があります:

sudo chown -R `whoami`:admin /usr/local/bin
sudo chown -R `whoami`:admin /usr/local/share

 

 

162件の元の記事を公開 30 90,000ビューを獲得 +

おすすめ

転載: blog.csdn.net/ScorpC/article/details/101053292