在解析命令行工具中配置默认​​帐户密钥时出错

时间:2015-09-05 18:36:02

标签: parse-platform terminal

我正在为parse命令行工具配置默认帐户密钥&我的电子邮件是命令:parse configure key -d,但它显示以下错误:

`Could not store credentials. Please try again.

Account key ************************************3ouF does not belong to [abc@xyz.com]`

注意:我的解析帐户中有此帐户密钥。

我现在该怎么办?

1 个答案:

答案 0 :(得分:3)

当我在Parse帐户中更改了电子邮件时,我也遇到了这个问题。我通过删除文件'〜/ .parse / netrc'并使用我的新电子邮件再次配置密钥来解决这个问题。 Parse将凭证存储在netrc文件中,看起来您当前无法使用命令行util对其进行修改。所以,要明确:

1)删除'〜/ .parse / netrc'文件(在Windows中,这应该位于%UserProfile%文件夹中)

2)运行'parse configure accountkey'(新配置会询问您的Parse电子邮件和密码)

我希望这也能解决你的问题。