Can';t使用Appcelerator Studio或CLI登录

Can';t使用Appcelerator Studio或CLI登录,appcelerator,Appcelerator,我有所有必要的先决条件(Node.js等),但当我尝试登录Appcelerator Studio时,会出现一个重复对话框,询问我的凭据。我肯定我输入了正确的信息,因为我可以登录到主网站。超时后,我得到错误ECONREET。我尝试了文档中给出的不同解决方案。有人有其他建议吗 !ENTRY com.aptana.core 4 0 2016-01-29 11:47:02.463 !MESSAGE (Build 4.4.0.1445622407) [ERROR] null !STACK 0 java.

我有所有必要的先决条件(Node.js等),但当我尝试登录Appcelerator Studio时,会出现一个重复对话框,询问我的凭据。我肯定我输入了正确的信息,因为我可以登录到主网站。超时后,我得到错误ECONREET。我尝试了文档中给出的不同解决方案。有人有其他建议吗

!ENTRY com.aptana.core 4 0 2016-01-29 11:47:02.463
!MESSAGE (Build 4.4.0.1445622407) [ERROR]  null
!STACK 0
java.lang.InterruptedException
    at java.lang.ProcessImpl.waitFor(Unknown Source)
    at com.aptana.core.util.ProcessRunner.processData(ProcessRunner.java:381)
    at com.aptana.core.util.ProcessRunner.processData(ProcessRunner.java:345)
    at com.aptana.core.util.ProcessRunner.processResult(ProcessRunner.java:432)
    at com.appcelerator.titanium.core.internal.cli.NodeAppcCLI.runCommand(NodeAppcCLI.java:239)
    at com.appcelerator.titanium.rcp.handlers.TitaniumSplashHandler.verifyAppcWhoami(TitaniumSplashHandler.java:1181)
    at com.appcelerator.titanium.rcp.handlers.TitaniumSplashHandler.access$4(TitaniumSplashHandler.java:1178)
    at com.appcelerator.titanium.rcp.handlers.TitaniumSplashHandler$3.run(TitaniumSplashHandler.java:301)

!ENTRY com.appcelerator.titanium.rcp 4 0 2016-01-29 11:47:02.481
!MESSAGE (Build 4.4.0.1445622407) [ERROR]  Failed to check login status. Likely not logged in.

!ENTRY com.appcelerator.titanium.rcp 4 0 2016-01-29 11:49:28.471
!MESSAGE (Build 4.4.0.1445622407) [ERROR]  login failed, please try again

Appcelerator Login required to continue ...

login failed, please try again

Appcelerator Login required to continue ...

login failed, please try again

Appcelerator Login required to continue ...

login failed, please try again

Appcelerator Login required to continue ...

login failed, please try again

Appcelerator Login required to continue ...

login failed, please try again

Appcelerator Login required to continue ...

login failed, please try again

Appcelerator Login required to continue ...

2016-01-29T16:49:28.366Z | ERROR  | read ECONNRESET
尝试以下几点:

  • 确保您拥有最新版本
  • 确保您拥有最新的
    appcelerator
    CLI

    $ npm install -g appcelerator
    
  • 查看可能包含登录错误的工作区日志文件(
    appc log.txt

  • 如果您在Mac上运行El Capitan,则可能需要安装
  • 尝试从命令行登录,然后使用取消授权开关注销:

    $ appc login
    $ appc logout --deauthorize
    
  • 尝试通过删除
    ~/.appcelerator
    文件夹并再次运行来重置Studio配置


您使用github注册了吗?在这种情况下,为你的appcelerator帐户设置密码不,我没有。我有帐户密码,谢谢。我用日志编辑了我的帖子,如果你有任何其他建议,我也有同样的问题@RaquelJones这方面有进展吗?