Im using Kali linux with XFCE
///
This happens when Im trying to git push file to remote https server.
1 2 3 |
suse@kali:~/workspace/xfcel7$ git push WARNING: gnome-keyring:: couldn't connect to: /home/suse/.cache/keyring-AwnWbZ/pkcs11: No such file or directory |
Fix is to edit file:
1 |
/etc/xdg/autostart/gnome-keyring-pkcs11.desktop |
1 2 3 4 5 6 |
modify OnlyShowIn=GNOME;Unity , add XFCE as Im currently using it. Reference: <a href="https://bugzilla.redhat.com/show_bug.cgi?id=783568" target="_blank">Bug 783568 - WARNING: couldn't connect to: /tmp/keyring-SqfLpI/pkcs11 </a> <a href="http://blog.sina.com.cn/s/blog_4c6b0c8e01013khk.html" target="_blank">fedora WARNING: couldn't connect to: /tmp/keyring-SqfLpI/pkcs11</a> |