Questions tagged [mercurial-keyring]

The Mercurial Keyring extension uses services of the keyring library to securely save authentication passwords (HTTP/HTTPS and SMTP) using system specific password database (Gnome Keyring, KDE KWallet, OSXKeyChain, dedicated solutions for Win32 and command line).

The Mercurial Keyring extension uses services of the keyring library to securely save authentication passwords (HTTP/HTTPS and SMTP) using system specific password database (Gnome Keyring, KDE KWallet, OSXKeyChain, dedicated solutions for Win32 and command line).

https://www.mercurial-scm.org/wiki/KeyringExtension

18 questions
8
votes
1 answer

keyring module is not included while packaging with py2exe

I am making an app using python 2.7 on windows and keyring-3.2.1 . In my python code on eclipse, I used import keyring keyring.set_password("service","jsonkey",json_res) json_res= keyring.get_password("service","jsonkey") is working fine as I am…
imp
  • 1,967
  • 2
  • 28
  • 40
7
votes
2 answers

Mercurial Keyring Prompts for Password Every time

I am using the mercurial key-ring extension to store the password to my remote repository on BitBucket, so I don't have to enter it every time I push to the remote repository. Ironically, it asks me for the password to unlock the key-ring every time…
user2849447
6
votes
3 answers

Error while packing keyring module with PY2APP on MAC OSX

I am making an app in python which needs to store keys. I used keyring module to store keys. I am using python-2.7 and osx 10.8.5 with keyring 3.2( easy_install keyring). Code is running fine on eclipse, but when I converted code into app using…
imp
  • 1,967
  • 2
  • 28
  • 40
4
votes
1 answer

How can I get the keyring extension working for mercurial in Ubuntu 18.04?

I've tried dozens of guides on installing mercurial and keyring extensions on Ubuntu and have never been able to get the keyring extension to work. It was a snap under Windows. I've installed mercurial many different ways. I'm not sure if the…
WhiskerBiscuit
  • 4,795
  • 8
  • 62
  • 100
3
votes
2 answers

TortoiseHg 3.6.3 broke mercurial keyring?

I upgraded to Tortoise 3.6.3 yesterday and now I am prompted every time I pull or push a repo. The keyring is set properly, and my user name is in the url. Any ideas on what may be wrong? Did 3.6.3 break keyring?
Daniel Williams
  • 8,912
  • 15
  • 68
  • 107
2
votes
1 answer

How to save password in TortoiseHG on mac

How can I use mercurial_keyring with TortoiseHg on mac? Guides usually installs mercurial_keyring with pip install or easy_install but it doesn't work for TortoiseHG on mac. And TortoiseHg ends up with error: No module named mercurial_keyring
Petr Kramolis
  • 245
  • 2
  • 12
2
votes
2 answers

Why do I not have a .hgrc file?

I'm trying to insert the mercurial_keyring file with my username and password in the .hgrc file but it doesn't exist in my user directory on windows. I have tortoise hg installed and even checked if it was installed properly on the command prompt…
2
votes
1 answer

How Jenkins is passing username and password credentials for checkout pull operations

I have Jenkins / Mercurial latest versions. Machine is Red Hat Linux 6.6. I'm using Release plugin in Jenkins. Maven plugins (maven-scm-plugin, maven-version-plugin and maven-enforcer-plugin) for doing release process on a project. All of these…
AKS
  • 16,482
  • 43
  • 166
  • 258
2
votes
1 answer

Python Keyring error (87, 'CredWrite', 'The parameter is incorrect.')

I am using python 2.7 on 32 bit XP machine and keyring 3.1 library.Also tried with 3.3 keyring. In keyring.set_password("name", "value", "hundred") am getting error (87, 'CredWrite', 'The parameter is incorrect.'). Error occurs in both eclipse…
imp
  • 1,967
  • 2
  • 28
  • 40
2
votes
4 answers

Remove password from mercurial_keyring (TortoiseHg on Windows)

I am running TortoiseHg on Windows XP. I have the mercurial_keyring extension enabled. Once a password is stored via the mercurial_keyring extension, is there any way to remove it? A typical use case for this would be: User A has no push privileges…
adpd
  • 211
  • 1
  • 3
  • 8
2
votes
1 answer

hg push error and username not specified in .hg/hgrc. Keyring will not be used

I did the following: hg clone ...somelink.to.repo.in.hg... Giga cd Giga ls (...it shows me giga.txt file exist in Giga directory) vi giga.txt (...made some changes..) hg commit -m "byte" hg out (got the…
AKS
  • 16,482
  • 43
  • 166
  • 258
2
votes
1 answer

Mercurial keyring and password change on Google Code

I'm using Mercurial (latest bundled with THG) and have a repo on Google Code. I enabled the mercurial_keyring extension and this worked perfectly until I changed the password on my Google account. Now Google Code returns a HTTP 403 error due to the…
Lucero
  • 59,176
  • 9
  • 122
  • 152
1
vote
1 answer

Android Studio: "Unsupported Hg version Some hg extensions [mercurial_keyring] are not found..."

Android Studio gets on my nerves for a few days on my new PC with following message on start: "Unsupported Hg version Some hg extensions [mercurial_keyring] are not found or not supported by your hg version and will be ignored. Please, update your…
1
vote
0 answers

Vagrant, Mercurial Keyring: constantly requests password for encrypted keyring

So I'm running Ubuntu 14.04 on VirtualBox via Vagrant, and want to set up Mercurial so that it doesn't constantly ask for a password when pulling latest. In that regard, I've installed Mercurial-Keyring, and changed my ~/.hgrc file to look…
1
vote
1 answer

TortoiseHg / Mercurial 3.6.2 x64 not remembering credentials

I recently upgraded to TortoiseHg 3.6.2 x64 and since then the mercurial_keyring setting does not work. I had previously followed the instructions here (the ones that show how to enable mercurial_keyring extension). Here's what I…
Mike
  • 6,149
  • 5
  • 34
  • 45
1
2