I am trying to checkout a repository.
I got an error saying Password for '(null)' GNOME keyring:.
I thought this might be caused by gnome-keyring, which I don't use, so I removed it with apt-get and also removed ~/.gnome2/keyrings/login.keyring.
Now when I try to checkout, it says
p11-kit: couldn't load module: /usr/lib/x86_64-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/x86_64-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory.
Then it asks for my password, but even though I enter it correctly, nothing happens.
What's wrong ?