How to fix the following issue:
$ svn update
Password for 'default' GNOME keyring:
svn: GNOME Keyring is locked and we are non-interactive
I have googled around but can't seem to find a satisfactory answer.
How to fix the following issue:
$ svn update
Password for 'default' GNOME keyring:
svn: GNOME Keyring is locked and we are non-interactive
I have googled around but can't seem to find a satisfactory answer.
Edit the
~/.subversion/config
withgedit
ornano
, and add the followingthen save and try again. All the best.
credit
run the below command:
and then delete all items in the menu. The problem wil be gone
Solution 1
In my case the problem persisted until I deleted the default keyring. Using Mate Linux you can use this command to delete the default key file:
That solved the problem for me...
None of the solutions googled (removing keyrings from ~/.gnome2, blanking password-stores from ~/.subversion/config, ...) worked for me. I had to unset environment variables GNOME_KEYRING_CONTROL GNOME_KEYRING_PID in my startup files (~/.xsession or whatever) in order to prevent their values being inherited from the desktop/login environment.