expanse
expanse copied to clipboard
error getting credentials - err: exit status 1, out: ``
sh ./run.sh prod up
results in
[+] Running 0/2
⠏ db Pulling 6.0s
[+] Running 0/2 6.0s
⠋ db Pulling 6.0st ⠋ app Pulling 6.0s
error getting credentials - err: exit status 1, out: ``
./run.sh: line 28: return: can only `return' from a function or sourced script
Any idea what's going on?
I had the same issue. Looks like a docker thing. Following these steps worked for me: https://github.com/docker/docker-credential-helpers/issues/60#issuecomment-1338277104