git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Allen Kinzalow <akinzalow@uda1.com>
To: git@vger.kernel.org
Subject: Git Pull Hangs
Date: Wed, 12 Jun 2019 08:35:44 -0500	[thread overview]
Message-ID: <6d09f626-631b-f6a2-8df3-37530fc62d50@uda1.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 579 bytes --]

Hello,

I have attached the output of a "git pull" command. Suddenly we are 
unable to pull or fetch anything from our repository. It is temporarily 
fixed by deleting .git/packed-refs but quickly starts happening again.

I have attached the output of where it stops execution. We are unsure as 
to why this started happening. The only real solution right now is to 
reclone the repository. After doing do it will be fixed for a longer 
period of time (maybe a week) before it shows up again.

Any help or suggestions is appreciated.


Thanks,

Allen Kinzalow

UDA Technologies


[-- Attachment #2: pull.txt --]
[-- Type: text/plain, Size: 3783 bytes --]

$ git pull > pull.txt
17:11:50.508648 exec-cmd.c:236          trace: resolved executable dir: C:/Program Files/Git/mingw64/bin
17:11:50.511646 git.c:419               trace: built-in: git pull
17:11:50.517631 run-command.c:643       trace: run_command: git fetch --update-head-ok
17:11:50.559605 exec-cmd.c:236          trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core
17:11:50.561603 git.c:419               trace: built-in: git fetch --update-head-ok
17:11:50.568599 run-command.c:643       trace: run_command: GIT_DIR=.git git remote-http origin http://udat.biz/COL_DEV/ConstructionOnline.git
17:11:50.601743 exec-cmd.c:236          trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core
17:11:50.603743 git.c:676               trace: exec: git-remote-http origin http://udat.biz/COL_DEV/ConstructionOnline.git
17:11:50.603743 run-command.c:643       trace: run_command: git-remote-http origin http://udat.biz/COL_DEV/ConstructionOnline.git
17:11:50.635800 exec-cmd.c:236          trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core
17:11:50.815792 run-command.c:643       trace: run_command: 'git credential-manager get'
17:11:51.096897 exec-cmd.c:236          trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core
17:11:51.098896 git.c:676               trace: exec: git-credential-manager get
17:11:51.098896 run-command.c:643       trace: run_command: git-credential-manager get
17:11:51.213925 ...\Common.cs:744       trace: [Main] git-credential-manager (v1.18.4) 'get'
17:11:51.278898 ...\Git\Where.cs:348    trace: [FindGitInstallations] found 1 Git installation(s).
17:11:51.283868 ...Configuration.cs:222 trace: [LoadGitConfiguration] git All config read, 52 entries.
17:11:51.341846 ...\Common.cs:85        trace: [CreateAuthentication] detecting authority type for 'http://udat.biz/'.
17:11:51.353845 ...\Common.cs:224       trace: [CreateAuthentication] authority for 'http://udat.biz/' is basic with NTLM=Auto.
17:11:51.354834 ...\Common.cs:765       trace: [QueryCredentials] querying 'Auto' for credentials.
17:11:51.369817 ...\Common.cs:780       trace: [QueryCredentials] credentials found.
17:11:51.723236 run-command.c:643       trace: run_command: 'git credential-manager store'
17:11:51.885676 exec-cmd.c:236          trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core
17:11:51.886675 git.c:676               trace: exec: git-credential-manager store
17:11:51.886675 run-command.c:643       trace: run_command: git-credential-manager store
17:11:51.982708 ...\Common.cs:744       trace: [Main] git-credential-manager (v1.18.4) 'store'
17:11:52.045659 ...\Git\Where.cs:348    trace: [FindGitInstallations] found 1 Git installation(s).
17:11:52.050658 ...Configuration.cs:222 trace: [LoadGitConfiguration] git All config read, 52 entries.
17:11:52.088652 ...\Common.cs:85        trace: [CreateAuthentication] detecting authority type for 'http://akinzalow@udat.biz/'.
17:11:52.102626 ...\Common.cs:224       trace: [CreateAuthentication] authority for 'http://akinzalow@udat.biz/' is basic with NTLM=Auto.
17:11:52.102626 ...\Program.cs:513      trace: [Store] storing basic credentials for 'http://akinzalow@udat.biz/'.
17:11:52.175709 run-command.c:643       trace: run_command: git fetch-pack --stateless-rpc --stdin --lock-pack --include-tag --thin http://udat.biz/COL_DEV/ConstructionOnline.git/
17:11:52.218732 exec-cmd.c:236          trace: resolved executable dir: C:/Program Files/Git/mingw64/libexec/git-core
17:11:52.220730 git.c:419               trace: built-in: git fetch-pack --stateless-rpc --stdin --lock-pack --include-tag --thin http://udat.biz/COL_DEV/ConstructionOnline.git/

             reply	other threads:[~2019-06-12 13:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-12 13:35 Allen Kinzalow [this message]
2019-06-12 18:34 ` Git Pull Hangs Brandon McCaig

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6d09f626-631b-f6a2-8df3-37530fc62d50@uda1.com \
    --to=akinzalow@uda1.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).