Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

gsutil: Could not acquire lock c:\gsutil\.gsutil\credcache.lock in 0 seconds

I try to run next command python c:\gsutil\gsutil ls but i get error Could not acquire lock c:\gsutil\.gsutil\credcache.lock in 0 seconds

This file exists and has no readonly attribute.

Why I get this error?

Can you help me?

Thanks!

error

like image 740
Evgeny Vorobyev Avatar asked Dec 19 '22 13:12

Evgeny Vorobyev


1 Answers

I had a similar error come up with the credentials.lock file. I deleted the file and ran gcloud auth login. Worked perfectly after that.

like image 150
Jason LaPoint Avatar answered Apr 25 '23 22:04

Jason LaPoint