Skip to content

Instantly share code, notes, and snippets.

@adrianolsk
Last active August 28, 2018 22:35
Show Gist options
  • Save adrianolsk/7ac365fffb56364a67f44d97b99be7af to your computer and use it in GitHub Desktop.
Save adrianolsk/7ac365fffb56364a67f44d97b99be7af to your computer and use it in GitHub Desktop.
Today I learned

error

Error saving credentials: error storing credentials in Ubuntu 18.04 LTS

solution:

mv /usr/bin/docker-credential-secretservice /usr/bin/docker-credential-secretservice_x

#Find:
[sudo] lsof -i :3000
#Kill:
kill -9 <PID>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment