質問編集履歴

1

GIT_CURL_VERBOSE=1 git push heroku masterのログを追記。

2018/09/06 13:41

投稿

esty
esty

スコア8

test CHANGED
File without changes
test CHANGED
@@ -161,3 +161,189 @@
161
161
  このエラーを回避するにはどのようにしたらよいのでしょうか?
162
162
 
163
163
  必要な情報がございましたらお申し付けください。
164
+
165
+
166
+
167
+
168
+
169
+ ### 追加情報
170
+
171
+ GIT_CURL_VERBOSE=1 git push heroku master実行時のログです。
172
+
173
+
174
+
175
+ ```log
176
+
177
+ $ GIT_CURL_VERBOSE=1 git push heroku master
178
+
179
+ * Trying 50.17.238.161...
180
+
181
+ * TCP_NODELAY set
182
+
183
+ * Connected to git.heroku.com (50.17.238.161) port 443 (#0)
184
+
185
+ * ALPN, offering http/1.1
186
+
187
+ * Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
188
+
189
+ * successfully set certificate verify locations:
190
+
191
+ * CAfile: C:/Git/mingw64/ssl/certs/ca-bundle.crt
192
+
193
+ CApath: none
194
+
195
+ * SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
196
+
197
+ * ALPN, server did not agree to a protocol
198
+
199
+ * Server certificate:
200
+
201
+ * subject: C=US; ST=California; L=San Francisco; O=Heroku, Inc.; CN=*.heroku.com
202
+
203
+ * start date: Jun 28 00:00:00 2016 GMT
204
+
205
+ * expire date: Sep 26 12:00:00 2019 GMT
206
+
207
+ * subjectAltName: host "git.heroku.com" matched cert's "*.heroku.com"
208
+
209
+ * issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=DigiCert SHA2 High Assurance Server CA
210
+
211
+ * SSL certificate verify ok.
212
+
213
+ > GET /*********(application name).git/info/refs?service=git-receive-pack HTTP/1.1
214
+
215
+ Host: git.heroku.com
216
+
217
+ User-Agent: git/2.18.0.windows.1
218
+
219
+ Accept: */*
220
+
221
+ Accept-Encoding: deflate, gzip
222
+
223
+ Pragma: no-cache
224
+
225
+
226
+
227
+ < HTTP/1.1 401 Unauthorized
228
+
229
+ < Content-Type: text/plain
230
+
231
+ < Date: Thu, 06 Sep 2018 13:30:11 GMT
232
+
233
+ < Request-Id: 5648fd90-12a7-4beb-90c7-786dc7ee30e2
234
+
235
+ < Server: endosome/v107-13-g3478f28 (instance=3486431; pid=19173)
236
+
237
+ < Www-Authenticate: Basic realm="Heroku"
238
+
239
+ < Content-Length: 249
240
+
241
+ < Connection: keep-alive
242
+
243
+ <
244
+
245
+ * Ignoring the response-body
246
+
247
+ * Connection #0 to host git.heroku.com left intact
248
+
249
+ * Issue another request to this URL: 'https://git.heroku.com/******(app name).git/info/refs?service=git-receive-pack'
250
+
251
+ * Found bundle for host git.heroku.com: 0x1892050 [can pipeline]
252
+
253
+ * Re-using existing connection! (#0) with host git.heroku.com
254
+
255
+ * Connected to git.heroku.com (50.17.238.161) port 443 (#0)
256
+
257
+ * Server auth using Basic with user '********@***.com'
258
+
259
+ > GET /******(app name).git/info/refs?service=git-receive-pack HTTP/1.1
260
+
261
+ Host: git.heroku.com
262
+
263
+ Authorization: Basic YWltmGlnmC4xAjEzQGdtYWlsLaNvbTo5ZTcwOSk1AS0xZWYxLTQyNTMtYaE1Yy1iA2U5ZGEwADMwZGE=
264
+
265
+ User-Agent: git/2.18.0.windows.1
266
+
267
+ Accept: */*
268
+
269
+ Accept-Encoding: deflate, gzip
270
+
271
+ Pragma: no-cache
272
+
273
+
274
+
275
+ < HTTP/1.1 200 OK
276
+
277
+ < Cache-Control: no-cache, max-age=0, must-revalidate
278
+
279
+ < Content-Type: application/x-git-receive-pack-advertisement
280
+
281
+ < Date: Thu, 06 Sep 2018 13:30:12 GMT
282
+
283
+ < Expires: Fri, 01 Jan 1980 00:00:00 GMT
284
+
285
+ < Pragma: no-cache
286
+
287
+ < Request-Id: 7417ba6c-9ddc-4907-b232-3d2d1aba2641
288
+
289
+ < Server: endosome/v107-13-g3478f28 (instance=3507776; pid=11546)
290
+
291
+ < Content-Length: 173
292
+
293
+ < Connection: keep-alive
294
+
295
+ <
296
+
297
+ * Connection #0 to host git.heroku.com left intact
298
+
299
+ Enumerating objects: 95, done.
300
+
301
+ Counting objects: 100% (95/95), done.
302
+
303
+ Delta compression using up to 4 threads.
304
+
305
+ Compressing objects: 100% (80/80), done.
306
+
307
+ Writing objects: 100% (95/95), 23.68 KiB | 1.03 MiB/s, done.
308
+
309
+ Total 95 (delta 5), reused 0 (delta 0)
310
+
311
+ * Found bundle for host git.heroku.com: 0x1892050 [can pipeline]
312
+
313
+ * Re-using existing connection! (#0) with host git.heroku.com
314
+
315
+ * Connected to git.heroku.com (50.17.238.161) port 443 (#0)
316
+
317
+ * Server auth using Basic with user '********@***.com'
318
+
319
+ > POST /******(app name).git/git-receive-pack HTTP/1.1
320
+
321
+ Host: git.heroku.com
322
+
323
+ Authorization: Basic YWltmGlnmC4xAjEzQGdtYWlsLaNvbTo5ZTcwOSk1AS0xZWYxLTQyNTMtYaE1Yy1iA2U5ZGEwADMwZGE=
324
+
325
+ User-Agent: git/2.18.0.windows.1
326
+
327
+ Accept-Encoding: deflate, gzip
328
+
329
+ Content-Type: application/x-git-receive-pack-request
330
+
331
+ Accept: application/x-git-receive-pack-result
332
+
333
+ Content-Length: 24401
334
+
335
+
336
+
337
+ * The requested URL returned error: 400 Bad Request
338
+
339
+ * stopped the pause stream!
340
+
341
+ * Closing connection 0
342
+
343
+ error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400 Bad Request
344
+
345
+ fatal: The remote end hung up unexpectedly
346
+
347
+ Everything up-to-date
348
+
349
+ ```