2016-01-22 74 views
0

我有所有必需的先决条件(Node.js等),但是当我尝试登录到Appcelerator Studio时,我得到一个重复对话框,询问我的凭据。我很积极,我正在输入正确的信息,因为我可以登录主网站。超时后,我收到错误ECONNRESET。我已经尝试了文档中给出的不同解决方案。任何人有任何其他建议?无法使用Appcelerator Studio或CLI登录

!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 
+0

你使用github注册了吗?在这种情况下,为您的appcelerator帐户设置密码 –

+0

不,我没有。我有一个密码为我的acct。 –

回答

0

的几点尝试:

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

    $ npm install -g appcelerator 
    
  • 审查您的工作空间日志文件(appc-log.txt),其中可能包含了登录错误。

  • 如果您使用的是Mac和运行埃尔卡皮坦,你可能需要安装legacy Java 6 runtime
  • 尝试在命令行中登录,然后注销使用取消授权开关:

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

+0

谢谢。我编辑我的文章与日志,如果您有任何其他建议 –

+0

我有同样的问题! @RaquelJones还有什么运气呢? – hyphenbash