0

Titanium Studio バージョン 3.1.1 GA を使用しています

新しいプロジェクトを作成すると、作成中に新しいプロジェクトを作成できませんと表示されます。[エラー] 必要なオプション "--username"アラートが見つからず、その後プロジェクトを作成できません。

有効なユーザー名/パスワードで Titanium にログインしています。オフィスのセットアップに従って、プロキシとポートを設定しました。

検索しましたが、解決できる満足のいく回答が得られませんでした。

Eclipseと同じで、同じサービスを使用していますが、このソリューションも試しました。しかし、私は同じエラーが発生しています

以下は私のログファイルエントリです:

!SESSION 2013-07-02 12:45:22.411 -----------------------------------------------
eclipse.buildId=3.1.1.201306112235
java.version=1.6.0_24
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.core.net 1 0 2013-07-02 12:45:31.640
!MESSAGE System property http.proxyHost is not set but should be XXX.XXX.XXX.XXX.

!ENTRY org.eclipse.core.net 1 0 2013-07-02 12:45:31.647
!MESSAGE System property http.proxyPort is not set but should be 8085.

!ENTRY org.eclipse.core.net 1 0 2013-07-02 12:45:31.649
!MESSAGE System property https.proxyHost is not set but should be XXX.XXX.XXX.XXX.

!ENTRY org.eclipse.core.net 1 0 2013-07-02 12:45:31.650
!MESSAGE System property https.proxyPort is not set but should be 8085.

!ENTRY org.eclipse.core.net 1 0 2013-07-02 12:45:31.651
!MESSAGE System property socksProxyHost is not set but should be XXX.XXX.XXX.XXX.

!ENTRY org.eclipse.core.net 1 0 2013-07-02 12:45:31.654
!MESSAGE System property socksProxyPort is not set but should be 8085.

!ENTRY org.eclipse.core.net 1 0 2013-07-02 12:45:31.658
!MESSAGE System property https.proxyHost is not set but should be XXX.XXX.XXX.XXX.

!ENTRY org.eclipse.core.net 1 0 2013-07-02 12:45:31.659
!MESSAGE System property https.proxyPort is not set but should be 8085.

!ENTRY org.eclipse.core.net 1 0 2013-07-02 12:45:31.660
!MESSAGE System property socksProxyHost is not set but should be XXX.XXX.XXX.XXX.

!ENTRY org.eclipse.core.net 1 0 2013-07-02 12:45:31.661
!MESSAGE System property socksProxyPort is not set but should be 8085.

!ENTRY org.eclipse.core.net 1 0 2013-07-02 12:45:31.662
!MESSAGE System property socksProxyHost is not set but should be XXX.XXX.XXX.XXX.

!ENTRY org.eclipse.core.net 1 0 2013-07-02 12:45:31.663
!MESSAGE System property socksProxyPort is not set but should be 8085.

!ENTRY com.appcelerator.titanium.acs.ui 4 0 2013-07-02 12:45:44.487
!MESSAGE (Build 3.1.1.201306112235) [ERROR]  Failed to log into Node.ACS: 

誰かが同じ問題に直面して解決した場合、または誰かが解決策を持っている場合は、ご覧ください。できるだけ早く解決する必要があります。

ありがとう!:)

4

1 に答える 1

0

node.js コンソールを開き、「titanium login」と入力します。「titanium user/pass」を使用し、Enter キーを押します。これでうまくいきました。

于 2013-10-23T11:20:06.500 に答える