回答編集履歴

2

wget

2016/07/31 00:05

投稿

asahina_dev
asahina_dev

スコア610

test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- ```
5
+ ```bash
6
6
 
7
7
  # curl -sS https://getcomposer.org/installer | /usr/bin/php
8
8
 
@@ -36,7 +36,7 @@
36
36
 
37
37
 
38
38
 
39
- ```
39
+ ```bash
40
40
 
41
41
  # curl -sS https://getcomposer.org/installer --connect-timeout 300 | php
42
42
 
@@ -47,3 +47,23 @@
47
47
  での実行でもタイムアウト(いまでているエラー)が出ますか?
48
48
 
49
49
 
50
+
51
+
52
+
53
+ # 追記
54
+
55
+
56
+
57
+ ```bash
58
+
59
+ wget https://getcomposer.org/installer -O - | /usr/bin/php
60
+
61
+ ```
62
+
63
+
64
+
65
+ wget からの実行ではどうだろう。
66
+
67
+
68
+
69
+

1

追記

2016/07/31 00:04

投稿

asahina_dev
asahina_dev

スコア610

test CHANGED
@@ -29,3 +29,21 @@
29
29
 
30
30
 
31
31
  多分 [https://getcomposer.org/installer](https://getcomposer.org/installer) がアクセス過多になっていた可能性があります。
32
+
33
+
34
+
35
+ # 追記
36
+
37
+
38
+
39
+ ```
40
+
41
+ # curl -sS https://getcomposer.org/installer --connect-timeout 300 | php
42
+
43
+ ```
44
+
45
+
46
+
47
+ での実行でもタイムアウト(いまでているエラー)が出ますか?
48
+
49
+