iThink
iThink copied to clipboard
docker rust set USER
[root@10e51432dc10 code]# cargo new hello --bin
error: Failed to create package hello
at /root/code/hello
Caused by: could not determine the current user, please set $USER
#fixed [root@10e51432dc10 code]# export USER=hufeng