-
I have an application idea that would require calling ssh-agent rather frequently - but how many requests per second can it handle? To answer this question I wrote a small benchmark in Go. It runs a tight loop sending messages for ssh-agent to sign. Turns out the agent is pretty fast … -
"No user exists for uid" when pushing to git repo
Today I tried to automate pushing to a Git repository from a Docker container. And like many others I failed with an error: $ git push No user exists for uid 2918 fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository …