teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

起きている現象の編集

2017/04/25 04:30

投稿

cryptoriman
cryptoriman

スコア11

title CHANGED
File without changes
body CHANGED
@@ -1,6 +1,7 @@
1
1
  ###起きている現象
2
2
 
3
3
  windows7にruby on railsの環境を構築しようと考え一通りの必要なことをしたのですが、bundle installができずアプリケーションづくりができずにいます。
4
+ 不足している情報があれば、ご教示ください。
4
5
 
5
6
  ###発生している問題・エラーメッセージ
6
7
 

1

エラーメッセージの修正

2017/04/25 04:30

投稿

cryptoriman
cryptoriman

スコア11

title CHANGED
File without changes
body CHANGED
@@ -39,7 +39,7 @@
39
39
 
40
40
  ## Backtrace
41
41
 
42
- ```
42
+
43
43
  Errno::ECONNABORTED: An established connection was aborted by the software in yo
44
44
  ur host machine. - SSL_connect
45
45
  C:/Ruby23/lib/ruby/2.3.0/net/http.rb:933:in `connect_nonblock'
@@ -139,11 +139,11 @@
139
139
  ired)>'
140
140
  C:/Ruby23/bin/bundle:22:in `load'
141
141
  C:/Ruby23/bin/bundle:22:in `<main>'
142
- ```
143
142
 
143
+
144
144
  ## Environment
145
145
 
146
- ```
146
+
147
147
  Bundler 1.14.6
148
148
  Rubygems 2.6.11
149
149
  Ruby 2.3.3p222 (2016-11-21 revision 56859) [i386-mingw32]
@@ -152,9 +152,9 @@
152
152
  Git not installed
153
153
  Platform x86-mingw32
154
154
  OpenSSL OpenSSL 1.0.2j 26 Sep 2016
155
- ```
156
- ```
157
155
 
156
+
157
+
158
158
  --- TEMPLATE END ---------------------------------------------------------------
159
159
  -
160
160