iThink icon indicating copy to clipboard operation
iThink copied to clipboard

docker rust set USER

Open hufeng opened this issue 5 years ago • 0 comments

[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

hufeng avatar Apr 01 '19 03:04 hufeng