• Author Contributor

    Push directly to the primary:

    GIT_CURL_VERBOSE=1 g push origin :test-1                                                                                                                                                     (master)frfr
    18:10:56.656323 http.c:756              == Info:   Trying 34.107.108.255...
    18:10:56.656695 http.c:756              == Info: TCP_NODELAY set
    18:10:56.698644 http.c:756              == Info: Connected to vsizov-primary-geo.gogitlab.ml (34.107.108.255) port 80 (#0)
    18:10:56.698706 http.c:703              => Send header, 0000000191 bytes (0x000000bf)
    18:10:56.698714 http.c:715              => Send header: GET /root/frfr.git/info/refs?service=git-receive-pack HTTP/1.1
    18:10:56.698724 http.c:715              => Send header: Host: vsizov-primary-geo.gogitlab.ml
    18:10:56.698726 http.c:715              => Send header: User-Agent: git/2.29.2
    18:10:56.698729 http.c:715              => Send header: Accept: */*
    18:10:56.698731 http.c:715              => Send header: Accept-Encoding: deflate, gzip
    18:10:56.698734 http.c:715              => Send header: Pragma: no-cache
    18:10:56.698736 http.c:715              => Send header:
    18:10:56.819301 http.c:703              <= Recv header, 0000000027 bytes (0x0000001b)
    18:10:56.819330 http.c:715              <= Recv header: HTTP/1.1 401 Unauthorized
    18:10:56.819338 http.c:703              <= Recv header, 0000000015 bytes (0x0000000f)
    18:10:56.819343 http.c:715              <= Recv header: Server: nginx
    18:10:56.819348 http.c:703              <= Recv header, 0000000037 bytes (0x00000025)
    18:10:56.819353 http.c:715              <= Recv header: Date: Thu, 15 Apr 2021 15:10:56 GMT
    18:10:56.819358 http.c:703              <= Recv header, 0000000041 bytes (0x00000029)
    18:10:56.819362 http.c:715              <= Recv header: Content-Type: text/plain; charset=utf-8
    18:10:56.819367 http.c:703              <= Recv header, 0000000020 bytes (0x00000014)
    18:10:56.819371 http.c:715              <= Recv header: Content-Length: 26
    18:10:56.819376 http.c:703              <= Recv header, 0000000024 bytes (0x00000018)
    18:10:56.819381 http.c:715              <= Recv header: Connection: keep-alive
    18:10:56.819385 http.c:703              <= Recv header, 0000000025 bytes (0x00000019)
    18:10:56.819473 http.c:715              <= Recv header: Cache-Control: no-cache
    18:10:56.819491 http.c:703              <= Recv header, 0000000040 bytes (0x00000028)
    18:10:56.819497 http.c:715              <= Recv header: WWW-Authenticate: Basic realm="GitLab"
    18:10:56.819502 http.c:703              <= Recv header, 0000000033 bytes (0x00000021)
    18:10:56.819506 http.c:715              <= Recv header: X-Content-Type-Options: nosniff
    18:10:56.819511 http.c:703              <= Recv header, 0000000028 bytes (0x0000001c)
    18:10:56.819515 http.c:715              <= Recv header: X-Download-Options: noopen
    18:10:56.819520 http.c:703              <= Recv header, 0000000029 bytes (0x0000001d)
    18:10:56.819527 http.c:715              <= Recv header: X-Frame-Options: SAMEORIGIN
    18:10:56.819532 http.c:703              <= Recv header, 0000000041 bytes (0x00000029)
    18:10:56.819538 http.c:715              <= Recv header: X-Permitted-Cross-Domain-Policies: none
    18:10:56.819543 http.c:703              <= Recv header, 0000000042 bytes (0x0000002a)
    18:10:56.819547 http.c:715              <= Recv header: X-Request-Id: 01F3B1BKPKSAW638VZYCA9ZNZH
    18:10:56.819551 http.c:703              <= Recv header, 0000000021 bytes (0x00000015)
    18:10:56.819555 http.c:715              <= Recv header: X-Runtime: 0.075476
    18:10:56.819560 http.c:703              <= Recv header, 0000000033 bytes (0x00000021)
    18:10:56.819564 http.c:715              <= Recv header: X-Xss-Protection: 1; mode=block
    18:10:56.819571 http.c:703              <= Recv header, 0000000002 bytes (0x00000002)
    18:10:56.819575 http.c:715              <= Recv header:
    18:10:56.819580 http.c:756              == Info: Ignoring the response-body
    18:10:56.819598 http.c:756              == Info: Connection #0 to host vsizov-primary-geo.gogitlab.ml left intact
    18:10:56.819620 http.c:756              == Info: Issue another request to this URL: 'http://root:123456789@vsizov-primary-geo.gogitlab.ml/root/frfr.git/info/refs?service=git-receive-pack'
    18:10:56.819648 http.c:756              == Info: Found bundle for host vsizov-primary-geo.gogitlab.ml: 0x7fa69e606ea0 [can pipeline]
    18:10:56.819655 http.c:756              == Info: Could pipeline, but not asked to!
    18:10:56.819673 http.c:756              == Info: Re-using existing connection! (#0) with host vsizov-primary-geo.gogitlab.ml
    18:10:56.819682 http.c:756              == Info: Connected to vsizov-primary-geo.gogitlab.ml (34.107.108.255) port 80 (#0)
    18:10:56.819696 http.c:756              == Info: Server auth using Basic with user 'root'
    18:10:56.819757 http.c:703              => Send header, 0000000234 bytes (0x000000ea)
    18:10:56.819767 http.c:715              => Send header: GET /root/frfr.git/info/refs?service=git-receive-pack HTTP/1.1
    18:10:56.819772 http.c:715              => Send header: Host: vsizov-primary-geo.gogitlab.ml
    18:10:56.819776 http.c:715              => Send header: Authorization: Basic <redacted>
    18:10:56.819780 http.c:715              => Send header: User-Agent: git/2.29.2
    18:10:56.819784 http.c:715              => Send header: Accept: */*
    18:10:56.819787 http.c:715              => Send header: Accept-Encoding: deflate, gzip
    18:10:56.819791 http.c:715              => Send header: Pragma: no-cache
    18:10:56.819794 http.c:715              => Send header:
    18:10:57.063707 http.c:703              <= Recv header, 0000000017 bytes (0x00000011)
    18:10:57.063727 http.c:715              <= Recv header: HTTP/1.1 200 OK
    18:10:57.063733 http.c:703              <= Recv header, 0000000015 bytes (0x0000000f)
    18:10:57.063736 http.c:715              <= Recv header: Server: nginx
    18:10:57.063740 http.c:703              <= Recv header, 0000000037 bytes (0x00000025)
    18:10:57.063743 http.c:715              <= Recv header: Date: Thu, 15 Apr 2021 15:10:57 GMT
    18:10:57.063748 http.c:703              <= Recv header, 0000000060 bytes (0x0000003c)
    18:10:57.063751 http.c:715              <= Recv header: Content-Type: application/x-git-receive-pack-advertisement
    18:10:57.063755 http.c:703              <= Recv header, 0000000021 bytes (0x00000015)
    18:10:57.063758 http.c:715              <= Recv header: Content-Length: 210
    18:10:57.063762 http.c:703              <= Recv header, 0000000024 bytes (0x00000018)
    18:10:57.063765 http.c:715              <= Recv header: Connection: keep-alive
    18:10:57.063829 http.c:703              <= Recv header, 0000000025 bytes (0x00000019)
    18:10:57.063840 http.c:715              <= Recv header: Cache-Control: no-cache
    18:10:57.063858 http.c:703              <= Recv header, 0000000024 bytes (0x00000018)
    18:10:57.063862 http.c:715              <= Recv header: Content-Encoding: gzip
    18:10:57.063866 http.c:703              <= Recv header, 0000000045 bytes (0x0000002d)
    18:10:57.063869 http.c:715              <= Recv header: Strict-Transport-Security: max-age=31536000
    18:10:57.063873 http.c:703              <= Recv header, 0000000050 bytes (0x00000032)
    18:10:57.063876 http.c:715              <= Recv header: Referrer-Policy: strict-origin-when-cross-origin
    18:10:57.063885 http.c:703              <= Recv header, 0000000002 bytes (0x00000002)
    18:10:57.063889 http.c:715              <= Recv header:
    18:10:57.063941 http.c:756              == Info: Connection #0 to host vsizov-primary-geo.gogitlab.ml left intact
    error: unable to delete 'test-1': remote ref does not exist
    error: failed to push some refs to 'http://vsizov-primary-geo.gogitlab.ml/root/frfr.git'
    * Closing connection 0
    Edited by Valery Sizov
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment