Closed
Description
Problem
After i install rust and cargo using curl https://sh.rustup.rs -sSf | sh
, and try to build a new project, An error threw:
And if i use sudo cargo build
, it fix.
But at some situation i have to use just cargo build
, how can i solve the problem?
Notes
OS: mac OS Mojave 10.14.3
Output of cargo version
: cargo 1.33.0 (f099fe9 2019-02-12)