English 中文(简体)
Google 代码的Mercuriary 键盘和密码更改
原标题:Mercurial keyring and password change on Google Code

我使用 Mercurial (最近与 THG 捆绑在一起), 并在 Google 代码上有一个副本 。 我启用了 < code> mercurial_ keysring 扩展名, 直到我更改了 Google 账户的密码, 这非常有效 。 现在 Google 代码返回 HTTP 403 错误, 原因是键链中存储的密码错误, 这使得 HG 在不询问密码的情况下中止了 。

是否有办法强制更改密钥环上的密码, 甚至只是重设密码, 这样我就可以重新输入新密码? 管理 python < code> Win32CryptoKeyring 中存储的条目的工具也很好, 因为我可以用它删除我的密码 。

最佳回答

我无意中发现了这个问题。Mercurial 键盘试图检测这类案例并重新询问密码,但出于某种原因,这没有奏效。

我为追踪问题创造了 问题 https://bitbucket.org/Mekk/mercurial_keyring/issues/45/ someway-way-to-clear-password-and-maybe" rel=“nofollow”>https://bitbucket.org/Mekk/mercurial_keyring/issues/45/ someme-way-way-to-cleclear-password-and-maybe ,欢迎希望添加一些信息或跟踪工作的人跟踪。

(日对键作者)

问题回答

暂无回答




相关问题
Can I clone part of a Mercurial repository?

Is it possible to clone part of a Mercurial repository? Let s say the repository is quite large, or contains multiple projects, or multiple branches. Can I clone only part of the repository? E.g. in ...

Sync files in Two Different Repos using HG

I ve got a problem when I try to sync files in two different repos. What I want to do is: I ve got 2 repos A and B, and they share some common files, suppose they lie in A/docs/common/ and B/docs/...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

git for mercurial like git-svn

Hello is there a tool for git that allow to work with mercurial repositories F.e. for svn there is a git-svn package, that allows to clone/commit/update from svn and work in a git way.. So is there ...

Useful Mercurial Hooks [closed]

What are some useful Mercurial hooks that you have come across? A few example hooks are located in the Mercurial book: acl bugzilla notify check for whitespace I personally don t find these very ...

热门标签