Advertisement
rowntreerob

git credential manager

Nov 10th, 2022
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.83 KB | Source Code | 0 0
  1. git push myremote master
  2.  
  3. 12:55:01.518465 git.c:350 trace: built-in: git 'push' 'myremote' 'master'
  4. 12:55:01.518893 run-command.c:336 trace: run_command: 'git-remote-https' 'myremote' 'https://github.com/rowntreerob/sampleexpress.git'
  5. * Couldn't find host github.com in the .netrc file; using defaults
  6. * Trying 192.30.255.112:443...
  7. * TCP_NODELAY set
  8. * Connected to github.com (192.30.255.112) port 443 (#0)
  9. * found 385 certificates in /etc/ssl/certs
  10. * ALPN, offering h2
  11. * ALPN, offering http/1.1
  12. * SSL connection using TLS1.3 / ECDHE_RSA_AES_128_GCM_SHA256
  13. * server certificate verification OK
  14. * server certificate status verification SKIPPED
  15. * common name: github.com (matched)
  16. * server certificate expiration date OK
  17. * server certificate activation date OK
  18. * certificate public key: EC/ECDSA
  19. * certificate version: #3
  20. * subject: C=US,ST=California,L=San Francisco,O=GitHub\, Inc.,CN=github.com
  21. * start date: Tue, 15 Mar 2022 00:00:00 GMT
  22. * expire date: Wed, 15 Mar 2023 23:59:59 GMT
  23. * issuer: C=US,O=DigiCert Inc,CN=DigiCert TLS Hybrid ECC SHA384 2020 CA1
  24. * ALPN, server accepted to use h2
  25. * Using HTTP2, server supports multi-use
  26. * Connection state changed (HTTP/2 confirmed)
  27. * Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
  28. * Using Stream ID: 1 (easy handle 0x564bbbe1b460)
  29. > GET /rowntreerob/sampleexpress.git/info/refs?service=git-receive-pack HTTP/2
  30. Host: github.com
  31. user-agent: git/2.9.4
  32. accept: */*
  33. accept-encoding: gzip
  34. accept-language: en-US, *;q=0.9
  35. pragma: no-cache
  36.  
  37. * Connection state changed (MAX_CONCURRENT_STREAMS == 100)!
  38. < HTTP/2 401
  39. < server: GitHub Babel 2.0
  40. < content-type: text/plain
  41. < content-security-policy: default-src 'none'; sandbox
  42. < content-length: 26
  43. < www-authenticate: Basic realm="GitHub"
  44. < x-frame-options: DENY
  45. < x-github-request-id: C2B0:3B9A:3D378EB:40C5DA8:636D6527
  46. <
  47. * Connection #0 to host github.com left intact
  48. 12:55:01.759902 run-command.c:336 trace: run_command: '/usr/local/share/gcm-core/git-credential-manager-core get'
  49. 12:55:01.760677 run-command.c:195 trace: exec: '/bin/sh' '-c' '/usr/local/share/gcm-core/git-credential-manager-core get' '/usr/local/share/gcm-core/git-credential-manager-core get'
  50. * Found bundle for host github.com: 0x564bbbe21f40 [can multiplex]
  51. * Re-using existing connection! (#0) with host github.com
  52. * Connected to github.com (192.30.255.112) port 443 (#0)
  53. * Using Stream ID: 3 (easy handle 0x564bbbe1b460)
  54. > GET /rowntreerob/sampleexpress.git/info/refs?service=git-receive-pack HTTP/2
  55. Host: github.com
  56. user-agent: git/2.9.4
  57. accept: */*
  58. accept-encoding: gzip
  59. accept-language: en-US, *;q=0.9
  60. pragma: no-cache
  61.  
  62. < HTTP/2 401
  63. < server: GitHub Babel 2.0
  64. < content-type: text/plain
  65. < content-security-policy: default-src 'none'; sandbox
  66. < content-length: 26
  67. < www-authenticate: Basic realm="GitHub"
  68. < x-frame-options: DENY
  69. < x-github-request-id: C2B0:3B9A:3D37AD6:40C5F99:636D6527
  70. <
  71. * Ignoring the response-body
  72. * Connection #0 to host github.com left intact
  73. * Issue another request to this URL: 'https://github.com/rowntreerob/sampleexpress.git/info/refs?service=git-receive-pack'
  74. * Found bundle for host github.com: 0x564bbbe21f40 [can multiplex]
  75. * Re-using existing connection! (#0) with host github.com
  76. * Connected to github.com (192.30.255.112) port 443 (#0)
  77. * Server auth using Basic with user 'rowntreerob'
  78. * Using Stream ID: 5 (easy handle 0x564bbbe1b460)
  79. > GET /rowntreerob/sampleexpress.git/info/refs?service=git-receive-pack HTTP/2
  80. Host: github.com
  81. authorization: Basic Voyanp3dDhLaHNqc2xENVN4NXZQbEN2ajNtQXVTWQ==
  82. user-agent: git/2.9.4
  83. accept: */*
  84. accept-encoding: gzip
  85. accept-language: en-US, *;q=0.9
  86. pragma: no-cache
  87.  
  88. < HTTP/2 200
  89. < server: GitHub Babel 2.0
  90. < content-type: application/x-git-receive-pack-advertisement
  91. < content-security-policy: default-src 'none'; sandbox
  92. < expires: Fri, 01 Jan 1980 00:00:00 GMT
  93. < pragma: no-cache
  94. < cache-control: no-cache, max-age=0, must-revalidate
  95. < vary: Accept-Encoding
  96. < x-frame-options: DENY
  97. < x-github-request-id: C2B0:3B9A:3D37B12:40C5FDE:636D6529
  98. <
  99. * Connection #0 to host github.com left intact
  100. 12:55:03.112832 run-command.c:336 trace: run_command: '/usr/local/share/gcm-core/git-credential-manager-core store'
  101. 12:55:03.113399 run-command.c:195 trace: exec: '/bin/sh' '-c' '/usr/local/share/gcm-core/git-credential-manager-core store' '/usr/local/share/gcm-core/git-credential-manager-core store'
  102. 12:55:04.031394 run-command.c:336 trace: run_command: 'send-pack' '--stateless-rpc' '--helper-status' '--thin' '--progress' 'https://github.com/rowntreerob/sampleexpress.git/' '--stdin'
  103. 12:55:04.032036 exec_cmd.c:120 trace: exec: 'git' 'send-pack' '--stateless-rpc' '--helper-status' '--thin' '--progress' 'https://github.com/rowntreerob/sampleexpress.git/' '--stdin'
  104. 12:55:04.033825 git.c:350 trace: built-in: git 'send-pack' '--stateless-rpc' '--helper-status' '--thin' '--progress' 'https://github.com/rowntreerob/sampleexpress.git/' '--stdin'
  105. 12:55:04.034483 run-command.c:336 trace: run_command: 'pack-objects' '--all-progress-implied' '--revs' '--stdout' '--thin' '--delta-base-offset' '--progress'
  106. 12:55:04.034729 exec_cmd.c:120 trace: exec: 'git' 'pack-objects' '--all-progress-implied' '--revs' '--stdout' '--thin' '--delta-base-offset' '--progress'
  107. 12:55:04.036222 git.c:350 trace: built-in: git 'pack-objects' '--all-progress-implied' '--revs' '--stdout' '--thin' '--delta-base-offset' '--progress'
  108. Counting objects: 3, done.
  109. Delta compression using up to 4 threads.
  110. Compressing objects: 100% (3/3), done.
  111. Writing objects: 100% (3/3), 955 bytes | 0 bytes/s, done.
  112. Total 3 (delta 2), reused 0 (delta 0)
  113. * Found bundle for host github.com: 0x564bbbe21f40 [can multiplex]
  114. * Re-using existing connection! (#0) with host github.com
  115. * Connected to github.com (192.30.255.112) port 443 (#0)
  116. * Server auth using Basic with user 'rowntreerob'
  117. * Using Stream ID: 7 (easy handle 0x564bbbe1b460)
  118. > POST /rowntreerob/sampleexpress.git/git-receive-pack HTTP/2
  119. Host: github.com
  120. authorization: Basic Voyanp3dDhLaHNqc2xENVN4NXZQbEN2ajNtQXVTWQ==
  121. user-agent: git/2.9.4
  122. accept-encoding: gzip
  123. content-type: application/x-git-receive-pack-request
  124. accept: application/x-git-receive-pack-result
  125. content-length: 1107
  126.  
  127. * We are completely uploaded and fine
  128. < HTTP/2 200
  129. < server: GitHub Babel 2.0
  130. < content-type: application/x-git-receive-pack-result
  131. < content-security-policy: default-src 'none'; sandbox
  132. < expires: Fri, 01 Jan 1980 00:00:00 GMT
  133. < pragma: no-cache
  134. < cache-control: no-cache, max-age=0, must-revalidate
  135. < vary: Accept-Encoding
  136. < x-frame-options: DENY
  137. < x-github-request-id: C2B0:3B9A:3D37CCA:40C61A6:636D6529
  138. <
  139. remote: Resolving deltas: 100% (2/2), completed with 2 local objects.
  140. * Connection #0 to host github.com left intact
  141. To https://github.com/rowntreerob/sampleexpress.git
  142. f5e034d..ee7a66b master -> master
  143. rob@sample-node-express$ git config -l
  144. 12:55:29.050832 git.c:350 trace: built-in: git 'config' '-l'
  145. user.email=rowntreerob@gmail.com
  146. user.name=Rob Rowntree
  147. user.signingkey=47019EE553603A2D514
  148. credential.helper=
  149. credential.helper=/usr/local/share/gcm-core/git-credential-manager-core
  150. credential.credentialstore=gpg
  151. credential.https://dev.azure.com.usehttppath=true
  152. commit.gpgsign=true
  153. core.repositoryformatversion=0
  154. core.filemode=true
  155. core.bare=false
  156. core.logallrefupdates=true
  157. remote.origin.url=https://github.com/Scalingo/sample-node-express.git
  158. remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
  159. branch.master.remote=origin
  160. branch.master.merge=refs/heads/master
  161. remote.myremote.url=https://github.com/rowntreerob/sampleexpress.git
  162. remote.myremote.fetch=+refs/heads/*:refs/remotes/myremote/*
  163. remote.heroku.url=https://git.heroku.com/infinite-mountain-20609.git
  164. remote.heroku.fetch=+refs/heads/*:refs/remotes/heroku/*
  165.  
Tags: linux git
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement