You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which version of microsoft/git are you using? Is it 32-bit or 64-bit?
64
$ git --version --build-options
git version 2.43.0.vfs.0.0
cpu: x86_64
built from commit: b7a6ed788a205fb2c0013111d277b4c9d6ab35bd
sizeof-long: 4
sizeof-size_t: 8
shell-path: /bin/sh
feature: fsmonitor--daemon
Are you using Scalar or VFS for Git?
Scalar
If VFS for Git, then what version?
$ gvfs version
** insert your machine's response here **
Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
10, 64 bit
$ cmd.exe /c ver
Microsoft Windows [Version 10.0.19045.4046]
(c) Microsoft Corporation. All rights reserved.
Any other interesting things about your environment that might be related
to the issue you're seeing?
I set the following variables to trace some debug info below, and found it tooks a long time to execute "git-lfs post-commit" during git commit.
$Env:GIT_TRACE=1
$Env:GIT_CURL_VERBOSE=1
$GIT_TRANSFER_TRACE=1
$GIT_TRACE2_PERF=1
Details
Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
or closed issue matching
what I'm seeing, including in the
git-for-windows/git
tracker.Setup
microsoft/git
are you using? Is it 32-bit or 64-bit?64
Are you using Scalar or VFS for Git?
Scalar
If VFS for Git, then what version?
10, 64 bit
to the issue you're seeing?
I set the following variables to trace some debug info below, and found it tooks a long time to execute "git-lfs post-commit" during git commit.
$Env:GIT_TRACE=1
$Env:GIT_CURL_VERBOSE=1
$GIT_TRANSFER_TRACE=1
$GIT_TRACE2_PERF=1
Details
Bash, CMD, Powershell
Minimal, Complete, and Verifiable example
this will help us understand the issue.
In normal they used to work much faster in several seconds. It just commit 10 * 50KB files.
I need to wait 21 seconds for "git commit".
If the problem was occurring with a specific repository, can you specify
the repository?
The text was updated successfully, but these errors were encountered: