Hi I got error logging in on my new machine, any i...
# general
d
Hi I got error logging in on my new machine, any idea?
Copy code
➜  pulumi login <https://api.pulumi.com>
Logging in using access token from PULUMI_ACCESS_TOKEN
error: problem logging in: failed to get the home path: getting current user: user: unknown userid 1985127753
w
Curious - what OS is this?
d
It's centos
I got the issue before but i forgot how i resolved it
w
This suggests that Go’s
os/user.Current()
is failing on your platform. If you have a recent CLI - you should be able to set
PULUMI_HOME
to direct this to a custom location and avoid the need to look up the current user.
d
works, thanks!