2
このコマンドを実行すると、 'php -r "readfile(' https://getcomposer.org/installer ');" | php 'をCygwin端末にインストールします。次のエラーは、端末上でトリガされた:Cygwinにコンポーザーをグローバルにインストールできない
Some settings on your machine make Composer unable to work properly.
Make sure that you fix the issues listed below and run this script again:
The json extension is missing.
Install it or recompile php without --disable-json
The phar extension is missing.
Install it or recompile php without --disable-phar
The iconv OR mbstring extension is required and both are missing.
Install either of them or recompile php without --disable-iconv
はしかし、すべてのこれらの拡張機能は、php.iniファイルで有効になっています。私はXAMPPを使用しています。私はあなたが正しいPHP拡張モジュールをインストールする必要があると思う
ブリリアント..あなたがあったとは知りませんでしたCygwinのための適切な風味..そして、あなたがちょうどそこにそれを置いて、終わったらそれをどのように取り除くか。あなたは実際にLynxの使用を発見しました! –