microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.6k stars 28.66k forks source link

Source Control Extension Not Detecting Git Repo MacOS Sonoma #204387

Closed psaul20 closed 1 month ago

psaul20 commented 7 months ago

Type: Bug

I have a git repository initialized in an iCloud Folder on MacOS Sonoma 14.2.1 (23C71). Git is functioning correctly from the terminal, but the source control tab does not detect the git repository. This was not an issue before updating to Sonoma, so that may be the issue.

Steps to reproduce: On MacOS Sonoma...

  1. Create a new folder in iCloud>Documents (mkdir test-git)
  2. Run git init to initialize a repository
  3. Open the folder in VS Code (cd test-get, code .)
  4. Open the Source Control extension

I am seeing the following within the Source Control Extension Window

image

VS Code version: Code 1.86.0 (05047486b6df5eb8d44b2ecd70ea3bdf775fd937, 2024-01-31T10:29:15.765Z) OS version: Darwin x64 23.2.0 Modes:

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz (12 x 2600)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|2, 2, 3| |Memory (System)|16.00GB (1.99GB free)| |Process Argv|--crash-reporter-id 95f68ec3-7c96-4a3a-af56-30cc0dcfd682| |Screen Reader|no| |VM|0%|
Extensions (56) Extension|Author (truncated)|Version ---|---|--- vscode-flutter-helper|aks|0.2.5 flutter-snippets|ale|3.0.0 vscode-color-picker|Ant|0.0.4 vscode-tailwindcss|bra|0.10.5 npm-intellisense|chr|1.4.5 path-intellisense|chr|2.8.5 ccs-flutter-color|cir|1.2.2 dart-code|Dar|3.82.0 flutter|Dar|3.82.0 vscode-eslint|dba|2.4.4 flutter-widget-modifier|def|0.0.1 githistory|don|0.6.20 python-environment-manager|don|1.2.4 python-extension-pack|don|1.7.0 gitlens|eam|14.7.0 prettier-vscode|esb|10.1.0 auto-close-tag|for|0.5.15 auto-rename-tag|for|0.1.10 copilot|Git|1.156.0 copilot-chat|Git|0.12.0 vscode-github-actions|git|0.26.2 flutter-stylizer|gml|0.1.16 bootstrap-intellisense|hos|1.1.10 vscode-edit-csv|jan|0.8.3 bootstrap-icons-with-style|jos|1.0.1 vsc-python-indent|Kev|1.18.0 wrap-it|kus|1.0.2 MagicPython|mag|1.1.0 color-picker|Mar|1.0.0 flutter-snippets|Mar|1.0.5 vue-volar-extention-pack|Mis|1.1.8 dart-support|mrg|0.0.5 black-formatter|ms-|2024.0.0 debugpy|ms-|2024.0.0 python|ms-|2024.0.0 vscode-pylance|ms-|2023.12.1 jupyter|ms-|2024.1.0 jupyter-keymap|ms-|1.1.2 jupyter-renderers|ms-|1.0.17 vscode-jupyter-cell-tags|ms-|0.1.8 vscode-jupyter-slideshow|ms-|0.1.5 azure-account|ms-|0.11.6 awesome-flutter-snippets|Nas|4.0.1 material-icon-theme|PKi|4.33.0 subtle-brackets|raf|3.0.0 vscode-xml|red|0.26.1 flutter-riverpod-snippets|rob|1.2.2 vs-code-prettier-eslint|rve|5.1.0 vue-vscode-snippets|sdr|3.1.1 graphviz-interactive-preview|tin|0.3.5 pdf|tom|1.2.2 tailwind-raw-reorder|Tra|3.2.0 vscode-ltex|val|13.1.0 volar|Vue|1.8.27 vscode-typescript-vue-plugin|Vue|1.8.27 palm-api-image-editor|Zaz|0.0.3
A/B Experiments ``` vsliv368cf:30146710 vspor879:30202332 vspor708:30202333 vspor363:30204092 vscod805cf:30301675 binariesv615:30325510 vsaa593cf:30376535 py29gd2263:30899288 vscaac:30438847 c4g48928:30535728 azure-dev_surveyone:30548225 2i9eh265:30646982 962ge761:30951796 pythongtdpath:30769146 welcomedialogc:30910334 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pyreplss1:30897532 pythonmypyd1:30879173 pythoncet0:30885854 pythontbext0:30879054 accentitlementst:30887150 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 dsvsc019bcf:30953938 3ef8e399:30949928 ```
lszomoru commented 7 months ago

Could you please share the contents of the git output window? Thanks!

psaul20 commented 7 months ago

Sure, this is the log from the output window:

image

2024-02-12 10:41:43.048 [info] Log level: Info 2024-02-12 10:41:43.049 [info] Validating found git in: "usr/local/bin/git" 2024-02-12 10:41:43.049 [info] Using git "2.43.0" from "usr/local/bin/git" 2024-02-12 10:42:32.645 [info] Log level: Info 2024-02-12 10:42:32.645 [info] Validating found git in: "usr/local/bin/git" 2024-02-12 10:42:32.908 [info] Using git "2.43.0" from "usr/local/bin/git"

VSCodeTriageBot commented 4 months ago

Hey @lszomoru, this issue might need further attention.

@psaul20, you can help us out by closing this issue if the problem no longer exists, or adding more information.

psaul20 commented 4 months ago

Hello - I am still facing the same issue. Thanks!

On Fri, May 3, 2024 at 6:25 AM VSCode Triage Bot @.***> wrote:

Hey @lszomoru https://github.com/lszomoru, this issue might need further attention.

@psaul20 https://github.com/psaul20, you can help us out by closing this issue if the problem no longer exists, or adding more information.

— Reply to this email directly, view it on GitHub https://github.com/microsoft/vscode/issues/204387#issuecomment-2092811984, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE2SLRYT5SZO75T2MGAMT43ZANXZZAVCNFSM6AAAAABC2S5OV6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJSHAYTCOJYGQ . You are receiving this because you were mentioned.Message ID: @.***>

lszomoru commented 3 months ago

@psaul20, sorry for not getting back to you on this. Could you please try the following:

psaul20 commented 3 months ago

@lszomoru thanks for your continued help. Below is the text from the git output window

2024-05-29 21:16:33.354 [info] Log level: Trace 2024-05-29 21:16:33.354 [info] Validating found git in: "usr/local/bin/git" 2024-05-29 21:16:33.355 [info] Using git "2.43.0" from "usr/local/bin/git" 2024-05-29 21:16:33.355 [trace] [swf] Scan workspace folders: [/Users/patricksaul/Documents/Projects/quant_finance] 2024-05-29 21:16:33.355 [trace] [svte] Scan visible text editors. autoRepositoryDetection=true 2024-05-29 21:16:33.355 [trace] [swsf] Scan workspace sub folders. autoRepositoryDetection=true 2024-05-29 21:16:33.355 [trace] [swsf] Workspace folder: /Users/patricksaul/Documents/Projects/quant_finance 2024-05-29 21:16:33.355 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance 2024-05-29 21:16:33.355 [trace] [swf] Scan workspace folders: [/Users/patricksaul/Documents/Projects/quant_finance] 2024-05-29 21:16:33.355 [trace] [swf] Scan workspace folders: [/Users/patricksaul/Documents/Projects/quant_finance] 2024-05-29 21:16:33.355 [trace] [swf] Scan workspace folders: [/Users/patricksaul/Documents/Projects/quant_finance] 2024-05-29 21:16:33.355 [trace] [swf] Scan workspace folders: [/Users/patricksaul/Documents/Projects/quant_finance] 2024-05-29 21:16:33.355 [trace] [svte] Scan visible text editors. autoRepositoryDetection=true 2024-05-29 21:16:33.355 [trace] [swsf] Workspace scan settings: repositoryScanMaxDepth=1; repositoryScanIgnoredFolders=[node_modules]; scanRepositories=[] 2024-05-29 21:16:33.355 [trace] [swsf] Workspace scan sub folders: [/Users/patricksaul/Documents/Projects/quant_finance/pycache, /Users/patricksaul/Documents/Projects/quant_finance/venv] 2024-05-29 21:16:33.355 [trace] Opening repository for path='/Users/patricksaul/Documents/Projects/quant_finance' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:284:19) at onErrorNT (node:internal/child_process:477:16) at processTicksAndRejections (node:internal/process/task_queues:82:21) 2024-05-29 21:16:33.355 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance 2024-05-29 21:16:33.355 [trace] Opening repository for path='/Users/patricksaul/Documents/Projects/quant_finance' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:284:19) at onErrorNT (node:internal/child_process:477:16) at processTicksAndRejections (node:internal/process/task_queues:82:21) 2024-05-29 21:16:33.355 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance 2024-05-29 21:16:33.355 [trace] Opening repository for path='/Users/patricksaul/Documents/Projects/quant_finance' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:284:19) at onErrorNT (node:internal/child_process:477:16) at processTicksAndRejections (node:internal/process/task_queues:82:21) 2024-05-29 21:16:33.355 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance 2024-05-29 21:16:33.355 [trace] Opening repository for path='/Users/patricksaul/Documents/Projects/quant_finance' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:284:19) at onErrorNT (node:internal/child_process:477:16) at processTicksAndRejections (node:internal/process/task_queues:82:21) 2024-05-29 21:16:33.355 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance 2024-05-29 21:16:33.359 [trace] Opening repository for path='/Users/patricksaul/Documents/Projects/quant_finance' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:284:19) at onErrorNT (node:internal/child_process:477:16) at processTicksAndRejections (node:internal/process/task_queues:82:21) 2024-05-29 21:16:33.360 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance/pycache 2024-05-29 21:16:33.653 [trace] Opening repository for path='/Users/patricksaul/Documents/Projects/quant_finance/pycache' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:284:19) at onErrorNT (node:internal/child_process:477:16) at processTicksAndRejections (node:internal/process/task_queues:82:21) 2024-05-29 21:16:33.653 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance/venv 2024-05-29 21:16:34.111 [trace] Opening repository for path='/Users/patricksaul/Documents/Projects/quant_finance/venv' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:284:19) at onErrorNT (node:internal/child_process:477:16) at processTicksAndRejections (node:internal/process/task_queues:82:21) 2024-05-29 21:16:37.720 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance/ 2024-05-29 21:16:37.813 [trace] Opening repository for path='/Users/patricksaul/Documents/Projects/quant_finance/' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:284:19) at onErrorNT (node:internal/child_process:477:16) at processTicksAndRejections (node:internal/process/task_queues:82:21) 2024-05-29 21:16:40.227 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance/ 2024-05-29 21:16:40.334 [trace] Opening repository for path='/Users/patricksaul/Documents/Projects/quant_finance/' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:284:19) at onErrorNT (node:internal/child_process:477:16) at processTicksAndRejections (node:internal/process/task_queues:82:21) 2024-05-29 21:16:49.848 [trace] [svte] Scan visible text editors. autoRepositoryDetection=true 2024-05-29 21:16:49.880 [trace] [svte] Scan visible text editors. autoRepositoryDetection=true 2024-05-29 21:21:54.071 [trace] [svte] Scan visible text editors. autoRepositoryDetection=true 2024-05-29 21:21:57.868 [trace] [svte] Scan visible text editors. autoRepositoryDetection=true 2024-05-29 21:22:01.402 [trace] [svte] Scan visible text editors. autoRepositoryDetection=true

lszomoru commented 3 months ago

Which of the folders contains the git repository? Is it /Users/patricksaul/Documents/Projects/quant_finance? Could you open either the VS Code integrated terminal or just a terminal, navigate to the folder and run git status. Does that work as expected? Thanks!

psaul20 commented 3 months ago

Yes, this folder is an initialized git repository. That's what's odd - there's no issue with any of my git commands in the terminal, it's merely the extension and related (like Gitlens) that are not working as expected. Running git status yields the following:

❯ git status On branch master

No commits yet

Untracked files: (use "git add ..." to include in what will be committed) pycache/ fixedincome.py quantitative_finance.py venv/

nothing added to commit but untracked files present (use "git add" to track)

On Thu, May 30, 2024 at 3:32 AM Ladislau Szomoru @.***> wrote:

Which of the folders contains the git repository? Is it /Users/patricksaul/Documents/Projects/quant_finance? Could you open either the VS Code integrated terminal or just a terminal, navigate to the folder and run git status. Does that work as expected? Thanks!

— Reply to this email directly, view it on GitHub https://github.com/microsoft/vscode/issues/204387#issuecomment-2139020909, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE2SLR3XL6H6SZMPVBLHFD3ZE3P2DAVCNFSM6AAAAABC2S5OV6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZZGAZDAOJQHE . You are receiving this because you were mentioned.Message ID: @.***>

lszomoru commented 2 months ago

Sorry for not getting back to you on this until now. What is puzzling is that if I look at the logs I see the following section:

2024-05-29 21:16:33.355 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance
2024-05-29 21:16:33.355 [trace] Opening repository for path='/Users/patricksaul/Documents/Projects/quant_finance' failed; ex=spawn usr/local/bin/git ENOENT {
"gitErrorCode": "NotAGitRepository"
}Error: spawn usr/local/bin/git ENOENT
at Process.ChildProcess._handle.onexit (node:internal/child_process:284:19)
at onErrorNT (node:internal/child_process:477:16)
at processTicksAndRejections (node:internal/process/task_queues:82:21)

This seems to indicate that when VS Code spawns a child process to run git.exe to confirm that the folder is a git repository but this call fails. It is unclear to my why this call fails given your statement that git operations are working as expected from the integrated terminal.

I am aware of a known issue that can impact repository discovery that has already been fixed in VS Code Insiders and will be available in the Stable release in the second half of next week. As a test could you please set the git.autoRepositoryDetection setting to false and open the "/Users/patricksaul/Documents/Projects/quant_finance" folder in VS Code and let me know if the repository is detected. Thank you!

psaul20 commented 2 months ago

I tried setting the flag to false and re-opening the folder. Below is the output:

2024-07-01 15:55:30.539 [info] Log level: Trace 2024-07-01 15:55:30.539 [info] Validating found git in: "usr/local/bin/git" 2024-07-01 15:55:30.539 [info] Using git "2.43.0" from "usr/local/bin/git" 2024-07-01 15:55:30.539 [trace] [swf] Scan workspace folders: [/Users/patricksaul/Documents/Projects/quant_finance] 2024-07-01 15:55:30.539 [trace] [svte] Scan visible text editors. autoRepositoryDetection=false 2024-07-01 15:55:30.539 [trace] [swsf] Scan workspace sub folders. autoRepositoryDetection=false 2024-07-01 15:55:30.539 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance 2024-07-01 15:55:30.539 [trace] Opening repository for path= '/Users/patricksaul/Documents/Projects/quant_finance' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at processTicksAndRejections (node:internal/process/task_queues:82:21) 2024-07-01 15:55:31.277 [trace] [svte] Scan visible text editors. autoRepositoryDetection=false 2024-07-01 15:55:31.833 [trace] [svte] Scan visible text editors. autoRepositoryDetection=false

On Wed, Jun 26, 2024 at 10:18 AM Ladislau Szomoru @.***> wrote:

Sorry for not getting back to you on this until now. What is puzzling is that if I look at the logs I see the following section:

2024-05-29 21:16:33.355 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance 2024-05-29 21:16:33.355 [trace] Opening repository for path='/Users/patricksaul/Documents/Projects/quant_finance' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:284:19) at onErrorNT (node:internal/child_process:477:16) at processTicksAndRejections (node:internal/process/task_queues:82:21)

This seems to indicate that when VS Code spawns a child process to run git.exe to confirm that the folder is a git repository but this call fails. It is unclear to my why this call fails given your statement that git operations are working as expected from the integrated terminal.

I am aware of a known issue that can impact repository discovery that has already been fixed in VS Code Insiders and will be available in the Stable release in the second half of next week. As a test could you please set the git.autoRepositoryDetection setting to false and open the "/Users/patricksaul/Documents/Projects/quant_finance" folder in VS Code and let me know if the repository is detected. Thank you!

— Reply to this email directly, view it on GitHub https://github.com/microsoft/vscode/issues/204387#issuecomment-2191975856, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE2SLR6C64STIZEDBEQR3GTZJLLVVAVCNFSM6AAAAABC2S5OV6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJRHE3TKOBVGY . You are receiving this because you were mentioned.Message ID: @.***>

lszomoru commented 2 months ago

@psaul20, I have made some more improvements and added more logging which will hopefully help us track down the root cause. Could you please download the latest version of VS Code Insiders, enable trace logging, open the folder containing the git repository in VS Code Insiders, and share the contents of the git output window. Thank you!

psaul20 commented 2 months ago

Hello! I have download the latest version (1.91 Universal). Below is the git output window.

2024-07-08 14:11:58.878 [info] Log level: Trace 2024-07-08 14:11:58.878 [info] Validating found git in: "usr/local/bin/git" 2024-07-08 14:11:58.879 [info] Using git "2.43.0" from "usr/local/bin/git" 2024-07-08 14:11:58.879 [trace] [swf] Scan workspace folders: [/Users/patricksaul/Documents/Projects/quant_finance] 2024-07-08 14:11:58.879 [trace] [svte] Scan visible text editors. autoRepositoryDetection=false 2024-07-08 14:11:58.879 [trace] [swsf] Scan workspace sub folders. autoRepositoryDetection=false 2024-07-08 14:11:58.879 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance 2024-07-08 14:11:58.879 [trace] Opening repository for path= '/Users/patricksaul/Documents/Projects/quant_finance' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at processTicksAndRejections (node:internal/process/task_queues:82:21) 2024-07-08 14:11:58.879 [trace] [swf] Scan workspace folders: [/Users/patricksaul/Documents/Projects/quant_finance] 2024-07-08 14:11:58.879 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance 2024-07-08 14:11:58.879 [trace] Opening repository for path= '/Users/patricksaul/Documents/Projects/quant_finance' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at processTicksAndRejections (node:internal/process/task_queues:82:21) 2024-07-08 14:11:59.556 [trace] [svte] Scan visible text editors. autoRepositoryDetection=false 2024-07-08 14:11:59.561 [trace] [svte] Scan visible text editors. autoRepositoryDetection=false 2024-07-08 14:13:22.251 [trace] [svte] Scan visible text editors. autoRepositoryDetection=false 2024-07-08 14:13:22.252 [trace] [svte] Scan visible text editors. autoRepositoryDetection=false 2024-07-08 14:14:09.307 [trace] [swf] Scan workspace folders: [/Users/patricksaul/Documents/Projects/quant_finance] 2024-07-08 14:14:09.307 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance 2024-07-08 14:14:09.312 [trace] Opening repository for path= '/Users/patricksaul/Documents/Projects/quant_finance' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at processTicksAndRejections (node:internal/process/task_queues:82:21) 2024-07-08 14:14:13.032 [trace] [swf] Scan workspace folders: [/Users/patricksaul/Documents/Projects/quant_finance] 2024-07-08 14:14:13.033 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance 2024-07-08 14:14:13.036 [trace] Opening repository for path= '/Users/patricksaul/Documents/Projects/quant_finance' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at processTicksAndRejections (node:internal/process/task_queues:82:21) 2024-07-08 14:14:59.035 [info] Log level: Trace 2024-07-08 14:14:59.035 [info] Validating found git in: "usr/local/bin/git" 2024-07-08 14:14:59.049 [info] Using git "2.43.0" from "usr/local/bin/git" 2024-07-08 14:14:59.049 [trace] [swf] Scan workspace folders: [] 2024-07-08 14:14:59.049 [trace] [svte] Scan visible text editors. autoRepositoryDetection=false 2024-07-08 14:14:59.049 [trace] [swsf] Scan workspace sub folders. autoRepositoryDetection=false 2024-07-08 14:14:59.344 [trace] [swf] Scan workspace folders: [] 2024-07-08 14:15:00.714 [trace] [swf] Scan workspace folders: [] 2024-07-08 14:15:01.225 [trace] [swf] Scan workspace folders: [] 2024-07-08 14:15:06.101 [info] Log level: Trace 2024-07-08 14:15:06.101 [info] Validating found git in: "usr/local/bin/git" 2024-07-08 14:15:06.101 [info] Using git "2.43.0" from "usr/local/bin/git" 2024-07-08 14:15:06.101 [trace] [swf] Scan workspace folders: [/Users/patricksaul/Documents/Projects/quant_finance] 2024-07-08 14:15:06.101 [trace] [svte] Scan visible text editors. autoRepositoryDetection=false 2024-07-08 14:15:06.101 [trace] [swsf] Scan workspace sub folders. autoRepositoryDetection=false 2024-07-08 14:15:06.101 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance 2024-07-08 14:15:06.101 [trace] Opening repository for path= '/Users/patricksaul/Documents/Projects/quant_finance' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at processTicksAndRejections (node:internal/process/task_queues:82:21) 2024-07-08 14:15:06.451 [trace] [svte] Scan visible text editors. autoRepositoryDetection=false 2024-07-08 14:15:06.452 [trace] [svte] Scan visible text editors. autoRepositoryDetection=false 2024-07-08 14:15:06.499 [trace] [swf] Scan workspace folders: [/Users/patricksaul/Documents/Projects/quant_finance] 2024-07-08 14:15:06.499 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance 2024-07-08 14:15:06.503 [trace] Opening repository for path= '/Users/patricksaul/Documents/Projects/quant_finance' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at processTicksAndRejections (node:internal/process/task_queues:82:21) 2024-07-08 14:15:07.283 [trace] [swf] Scan workspace folders: [/Users/patricksaul/Documents/Projects/quant_finance] 2024-07-08 14:15:07.283 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance 2024-07-08 14:15:07.308 [trace] Opening repository for path= '/Users/patricksaul/Documents/Projects/quant_finance' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at processTicksAndRejections (node:internal/process/task_queues:82:21) 2024-07-08 14:15:07.587 [trace] [swf] Scan workspace folders: [/Users/patricksaul/Documents/Projects/quant_finance] 2024-07-08 14:15:07.587 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance 2024-07-08 14:15:08.270 [trace] Opening repository for path= '/Users/patricksaul/Documents/Projects/quant_finance' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at processTicksAndRejections (node:internal/process/task_queues:82:21) 2024-07-08 14:16:52.697 [trace] [svte] Scan visible text editors. autoRepositoryDetection=false 2024-07-08 14:16:52.916 [trace] [svte] Scan visible text editors. autoRepositoryDetection=false 2024-07-08 14:17:00.928 [info] Log level: Trace 2024-07-08 14:17:00.928 [info] Validating found git in: "usr/local/bin/git" 2024-07-08 14:17:00.944 [info] Using git "2.43.0" from "usr/local/bin/git" 2024-07-08 14:17:00.944 [trace] [swf] Scan workspace folders: [] 2024-07-08 14:17:00.944 [trace] [svte] Scan visible text editors. autoRepositoryDetection=false 2024-07-08 14:17:00.944 [trace] [swsf] Scan workspace sub folders. autoRepositoryDetection=false 2024-07-08 14:17:02.044 [trace] [swf] Scan workspace folders: [] 2024-07-08 14:17:02.774 [trace] [swf] Scan workspace folders: [] 2024-07-08 14:17:14.433 [info] Log level: Trace 2024-07-08 14:17:14.433 [info] Validating found git in: "usr/local/bin/git" 2024-07-08 14:17:14.433 [info] Using git "2.43.0" from "usr/local/bin/git" 2024-07-08 14:17:14.433 [trace] [swf] Scan workspace folders: [/Users/patricksaul/Documents/Projects/quant_finance] 2024-07-08 14:17:14.434 [trace] [svte] Scan visible text editors. autoRepositoryDetection=false 2024-07-08 14:17:14.434 [trace] [swsf] Scan workspace sub folders. autoRepositoryDetection=false 2024-07-08 14:17:14.434 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance 2024-07-08 14:17:14.434 [trace] [svte] Scan visible text editors. autoRepositoryDetection=false 2024-07-08 14:17:14.434 [trace] Opening repository for path= '/Users/patricksaul/Documents/Projects/quant_finance' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at processTicksAndRejections (node:internal/process/task_queues:82:21) 2024-07-08 14:17:14.445 [trace] [svte] Scan visible text editors. autoRepositoryDetection=false 2024-07-08 14:17:15.997 [trace] [swf] Scan workspace folders: [/Users/patricksaul/Documents/Projects/quant_finance] 2024-07-08 14:17:15.998 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance 2024-07-08 14:17:16.059 [trace] Opening repository for path= '/Users/patricksaul/Documents/Projects/quant_finance' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at processTicksAndRejections (node:internal/process/task_queues:82:21) 2024-07-08 14:18:52.337 [info] Log level: Trace 2024-07-08 14:18:52.337 [info] Validating found git in: "usr/local/bin/git" 2024-07-08 14:18:52.654 [info] Using git "2.43.0" from "usr/local/bin/git" 2024-07-08 14:18:52.654 [trace] [swf] Scan workspace folders: [] 2024-07-08 14:18:52.654 [trace] [svte] Scan visible text editors. autoRepositoryDetection=false 2024-07-08 14:18:52.654 [trace] [swsf] Scan workspace sub folders. autoRepositoryDetection=false 2024-07-08 14:18:53.743 [trace] [swf] Scan workspace folders: [] 2024-07-08 14:18:54.400 [trace] [swf] Scan workspace folders: [] 2024-07-08 14:19:11.060 [info] Log level: Trace 2024-07-08 14:19:11.060 [info] Validating found git in: "usr/local/bin/git" 2024-07-08 14:19:11.060 [info] Using git "2.43.0" from "usr/local/bin/git" 2024-07-08 14:19:11.060 [trace] [swf] Scan workspace folders: [/Users/patricksaul/Documents/Projects/quant_finance] 2024-07-08 14:19:11.060 [trace] [svte] Scan visible text editors. autoRepositoryDetection=false 2024-07-08 14:19:11.060 [trace] [swsf] Scan workspace sub folders. autoRepositoryDetection=false 2024-07-08 14:19:11.060 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance 2024-07-08 14:19:11.060 [trace] Opening repository for path= '/Users/patricksaul/Documents/Projects/quant_finance' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at processTicksAndRejections (node:internal/process/task_queues:82:21) 2024-07-08 14:19:11.060 [trace] [svte] Scan visible text editors. autoRepositoryDetection=false 2024-07-08 14:19:11.166 [trace] [svte] Scan visible text editors. autoRepositoryDetection=false 2024-07-08 14:19:11.451 [trace] [swf] Scan workspace folders: [/Users/patricksaul/Documents/Projects/quant_finance] 2024-07-08 14:19:11.457 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance 2024-07-08 14:19:11.609 [trace] Opening repository for path= '/Users/patricksaul/Documents/Projects/quant_finance' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at processTicksAndRejections (node:internal/process/task_queues:82:21) 2024-07-08 14:19:13.371 [trace] [swf] Scan workspace folders: [/Users/patricksaul/Documents/Projects/quant_finance] 2024-07-08 14:19:13.371 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance 2024-07-08 14:19:13.375 [trace] Opening repository for path= '/Users/patricksaul/Documents/Projects/quant_finance' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at processTicksAndRejections (node:internal/process/task_queues:82:21) 2024-07-08 14:19:13.797 [trace] [swf] Scan workspace folders: [/Users/patricksaul/Documents/Projects/quant_finance] 2024-07-08 14:19:13.797 [trace] Opening repository: /Users/patricksaul/Documents/Projects/quant_finance 2024-07-08 14:19:13.800 [trace] Opening repository for path= '/Users/patricksaul/Documents/Projects/quant_finance' failed; ex=spawn usr/local/bin/git ENOENT { "gitErrorCode": "NotAGitRepository" }Error: spawn usr/local/bin/git ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at processTicksAndRejections (node:internal/process/task_queues:82:21)

On Mon, Jul 8, 2024 at 3:29 AM Ladislau Szomoru @.***> wrote:

@psaul20 https://github.com/psaul20, I have made some more improvements and added more logging which will hopefully help us track down the root cause. Could you please download the latest version of VS Code Insiders https://code.visualstudio.com/insiders/, enable trace logging, open the folder containing the git repository in VS Code Insiders, and share the contents of the git output window. Thank you!

— Reply to this email directly, view it on GitHub https://github.com/microsoft/vscode/issues/204387#issuecomment-2213360023, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE2SLR6EFGT4QBOKP4JQR5TZLJEX7AVCNFSM6AAAAABC2S5OV6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJTGM3DAMBSGM . You are receiving this because you were mentioned.Message ID: @.***>

lszomoru commented 2 months ago

@psaul20, could you please download 1.92.0-insider from here and share the logs. Thank you!

psaul20 commented 2 months ago

Hello - please see the logs below from 1.92.0-insider. Oddly, the Git extension appears to be working in this version.

2024-07-16 08:42:29.263 [info] [main] Log level: Info 2024-07-16 08:42:29.264 [info] [main] Validating found git in: "/usr/local/bin/git" 2024-07-16 08:42:29.295 [info] [main] Using git "2.43.0" from "/usr/local/bin/git" 2024-07-16 08:42:29.295 [info] [Model][doInitialScan] Initial repository scan started 2024-07-16 08:42:29.298 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) 2024-07-16 08:43:09.878 [info] [main] Log level: Info 2024-07-16 08:43:09.878 [info] [main] Validating found git in: "/usr/local/bin/git" 2024-07-16 08:43:09.912 [info] [main] Using git "2.43.0" from "/usr/local/bin/git" 2024-07-16 08:43:09.912 [info] [Model][doInitialScan] Initial repository scan started 2024-07-16 08:43:09.927 [info] > git rev-parse --show-toplevel [8ms] 2024-07-16 08:43:09.939 [info] > git rev-parse --git-dir --git-common-dir [9ms] 2024-07-16 08:43:09.950 [info] [Model][openRepository] Opened repository: /Users/patricksaul/Documents/Projects/quant_finance 2024-07-16 08:43:09.975 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:43:09.991 [info] > git config --get commit.template [18ms] 2024-07-16 08:43:09.991 [info] > git rev-parse --show-toplevel [17ms] 2024-07-16 08:43:09.994 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [16ms] 2024-07-16 08:43:09.994 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:43:10.003 [info] > git rev-parse --show-toplevel [10ms] 2024-07-16 08:43:10.005 [info] [Model][doInitialScan] Initial repository scan completed - repositories (1), closed repositories (0), parent repositories (0), unsafe repositories (0) 2024-07-16 08:43:10.103 [info] > git status -z -uall [106ms] 2024-07-16 08:43:10.186 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [51ms] 2024-07-16 08:43:10.186 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:43:10.188 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:43:10.193 [info] > git config --get commit.template [8ms] 2024-07-16 08:43:10.195 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [7ms] 2024-07-16 08:43:10.195 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:43:10.879 [info] > git check-ignore -v -z --stdin [13ms] 2024-07-16 08:43:10.886 [info] > git status -z -uall [689ms] 2024-07-16 08:43:10.965 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [54ms] 2024-07-16 08:43:10.965 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:43:13.177 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:43:13.196 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [19ms] 2024-07-16 08:43:13.196 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:43:13.197 [info] > git config --get commit.template [21ms] 2024-07-16 08:43:13.277 [info] > git status -z -uall [78ms] 2024-07-16 08:43:13.337 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [39ms] 2024-07-16 08:43:13.337 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:43:21.199 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:43:21.207 [info] > git config --get commit.template [9ms] 2024-07-16 08:43:21.209 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [9ms] 2024-07-16 08:43:21.210 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:43:21.302 [info] > git status -z -uall [91ms] 2024-07-16 08:43:21.367 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [43ms] 2024-07-16 08:43:21.367 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:43:41.362 [info] > git check-ignore -v -z --stdin [30ms] 2024-07-16 08:44:06.669 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:44:06.680 [info] > git config --get commit.template [13ms] 2024-07-16 08:44:06.683 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [14ms] 2024-07-16 08:44:06.683 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:44:06.799 [info] > git status -z -uall [115ms] 2024-07-16 08:44:06.881 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [51ms] 2024-07-16 08:44:06.881 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:44:11.889 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:44:11.896 [info] > git config --get commit.template [9ms] 2024-07-16 08:44:11.898 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [9ms] 2024-07-16 08:44:11.898 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:44:11.987 [info] > git status -z -uall [87ms] 2024-07-16 08:44:12.052 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [43ms] 2024-07-16 08:44:12.052 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:44:17.060 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:44:17.070 [info] > git config --get commit.template [11ms] 2024-07-16 08:44:17.072 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [11ms] 2024-07-16 08:44:17.072 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:44:17.158 [info] > git status -z -uall [85ms] 2024-07-16 08:44:17.222 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [42ms] 2024-07-16 08:44:17.222 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:44:22.225 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:44:22.233 [info] > git config --get commit.template [9ms] 2024-07-16 08:44:22.274 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [49ms] 2024-07-16 08:44:22.274 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:44:22.360 [info] > git status -z -uall [85ms] 2024-07-16 08:44:22.433 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [50ms] 2024-07-16 08:44:22.433 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:44:27.440 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:44:27.449 [info] > git config --get commit.template [10ms] 2024-07-16 08:44:27.450 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [9ms] 2024-07-16 08:44:27.451 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:44:27.547 [info] > git status -z -uall [95ms] 2024-07-16 08:44:27.610 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [41ms] 2024-07-16 08:44:27.610 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:44:38.480 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:44:38.487 [info] > git config --get commit.template [9ms] 2024-07-16 08:44:38.489 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [9ms] 2024-07-16 08:44:38.489 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:44:38.604 [info] > git status -z -uall [113ms] 2024-07-16 08:44:38.680 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [47ms] 2024-07-16 08:44:38.680 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:44:43.689 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:44:43.696 [info] > git config --get commit.template [9ms] 2024-07-16 08:44:43.698 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [9ms] 2024-07-16 08:44:43.698 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:44:43.785 [info] > git status -z -uall [85ms] 2024-07-16 08:44:43.850 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [42ms] 2024-07-16 08:44:43.850 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:44:48.859 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:44:48.868 [info] > git config --get commit.template [9ms] 2024-07-16 08:44:48.870 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [9ms] 2024-07-16 08:44:48.870 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:44:48.961 [info] > git status -z -uall [90ms] 2024-07-16 08:44:49.025 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [41ms] 2024-07-16 08:44:49.025 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:44:53.987 [info] > git ls-files --stage -- /Users/patricksaul/Documents/Projects/quant_finance/.gitignore [9ms] 2024-07-16 08:44:53.989 [info] > git show --textconv :.gitignore [13ms] 2024-07-16 08:44:54.231 [info] > git check-ignore -v -z --stdin [11ms] 2024-07-16 08:44:54.812 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:44:54.823 [info] > git config --get commit.template [13ms] 2024-07-16 08:44:54.824 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [12ms] 2024-07-16 08:44:54.824 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:44:54.917 [info] > git status -z -uall [91ms] 2024-07-16 08:44:54.977 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [40ms] 2024-07-16 08:44:54.977 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:44:59.984 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:44:59.992 [info] > git config --get commit.template [9ms] 2024-07-16 08:44:59.995 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [9ms] 2024-07-16 08:44:59.995 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:45:00.085 [info] > git status -z -uall [89ms] 2024-07-16 08:45:00.140 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [35ms] 2024-07-16 08:45:00.140 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:45:18.957 [info] > git check-ignore -v -z --stdin [10ms] 2024-07-16 08:45:19.423 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:45:19.432 [info] > git config --get commit.template [9ms] 2024-07-16 08:45:19.434 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [9ms] 2024-07-16 08:45:19.434 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:45:19.445 [info] > git status -z -uall [10ms] 2024-07-16 08:45:19.476 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [29ms] 2024-07-16 08:45:19.476 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:45:23.890 [info] > git check-ignore -v -z --stdin [9ms] 2024-07-16 08:45:24.479 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:45:24.486 [info] > git config --get commit.template [8ms] 2024-07-16 08:45:24.488 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [9ms] 2024-07-16 08:45:24.488 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:45:24.500 [info] > git status -z -uall [11ms] 2024-07-16 08:45:24.511 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [10ms] 2024-07-16 08:45:24.511 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:45:34.923 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:45:34.930 [info] > git config --get commit.template [9ms] 2024-07-16 08:45:34.933 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [10ms] 2024-07-16 08:45:34.933 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:45:34.945 [info] > git status -z -uall [10ms] 2024-07-16 08:45:34.958 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [10ms] 2024-07-16 08:45:34.958 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:45:35.033 [info] > git ls-files --stage -- /Users/patricksaul/Documents/Projects/quant_finance/.gitignore [10ms] 2024-07-16 08:45:35.046 [info] > git cat-file -s 4962cb281100ad8af99463aefcbd9df280cf6dcb [11ms] 2024-07-16 08:45:35.079 [info] > git show --textconv :.gitignore [14ms] 2024-07-16 08:45:39.952 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:45:39.962 [info] > git config --get commit.template [11ms] 2024-07-16 08:45:39.964 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [10ms] 2024-07-16 08:45:39.964 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:45:39.977 [info] > git status -z -uall [11ms] 2024-07-16 08:45:39.990 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [11ms] 2024-07-16 08:45:39.990 [warning] [Git][getBranch] No such branch: master 2024-07-16 08:45:47.973 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:45:47.982 [info] > git config --get commit.template [9ms] 2024-07-16 08:45:47.986 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [11ms] 2024-07-16 08:45:47.999 [info] > git status -z -uall [11ms] 2024-07-16 08:45:48.011 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [10ms] 2024-07-16 08:45:48.020 [info] > git config --local branch.master.vscode-merge-base [7ms] 2024-07-16 08:45:48.020 [warning] [Git][config] git config failed: Failed to execute git 2024-07-16 08:45:48.033 [info] > git reflog master --grep-reflog=branch: Created from . [11ms] 2024-07-16 08:45:48.043 [info] > git symbolic-ref --short refs/remotes/origin/HEAD [9ms] 2024-07-16 08:45:48.043 [info] fatal: ref refs/remotes/origin/HEAD is not a symbolic ref 2024-07-16 08:45:48.073 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master [10ms] 2024-07-16 08:45:48.078 [info] > git ls-files --stage -- /Users/patricksaul/Documents/Projects/quant_finance/.gitignore [9ms] 2024-07-16 08:45:48.085 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master [10ms] 2024-07-16 08:45:48.089 [info] > git cat-file -s 4962cb281100ad8af99463aefcbd9df280cf6dcb [10ms] 2024-07-16 08:45:48.095 [info] > git config --local branch.master.vscode-merge-base [9ms] 2024-07-16 08:45:48.095 [warning] [Git][config] git config failed: Failed to execute git 2024-07-16 08:45:48.102 [info] > git show --textconv :.gitignore [10ms] 2024-07-16 08:45:48.108 [info] > git reflog refs/heads/master --grep-reflog=branch: Created from . [11ms] 2024-07-16 08:45:48.118 [info] > git symbolic-ref --short refs/remotes/origin/HEAD [9ms] 2024-07-16 08:45:48.118 [info] fatal: ref refs/remotes/origin/HEAD is not a symbolic ref 2024-07-16 08:45:48.118 [info] [GitHistoryProvider][resolveHistoryItemGroupUpstreamOrBase] Failed to resolve history item group base for 'refs/heads/master' 2024-07-16 08:45:48.118 [info] [GitHistoryProvider][resolveHistoryItemGroupCommonAncestor] Failed to resolve history item group base for 'refs/heads/master' 2024-07-16 08:45:48.135 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master [10ms] 2024-07-16 08:45:48.149 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master [12ms] 2024-07-16 08:45:48.159 [info] > git config --local branch.master.vscode-merge-base [8ms] 2024-07-16 08:45:48.159 [warning] [Git][config] git config failed: Failed to execute git 2024-07-16 08:45:48.170 [info] > git reflog refs/heads/master --grep-reflog=branch: Created from . [9ms] 2024-07-16 08:45:48.180 [info] > git symbolic-ref --short refs/remotes/origin/HEAD [9ms] 2024-07-16 08:45:48.180 [info] fatal: ref refs/remotes/origin/HEAD is not a symbolic ref 2024-07-16 08:45:48.180 [info] [GitHistoryProvider][resolveHistoryItemGroupUpstreamOrBase] Failed to resolve history item group base for 'refs/heads/master' 2024-07-16 08:45:48.180 [info] [GitHistoryProvider][resolveHistoryItemGroupCommonAncestor] Failed to resolve history item group base for 'refs/heads/master' 2024-07-16 08:45:50.913 [info] > git ls-files --stage -- /Users/patricksaul/Documents/Projects/quant_finance/.gitignore [9ms] 2024-07-16 08:45:50.923 [info] > git cat-file -s 4962cb281100ad8af99463aefcbd9df280cf6dcb [9ms] 2024-07-16 08:45:50.935 [info] > git show --textconv :.gitignore [9ms] 2024-07-16 08:45:52.480 [info] > git ls-files --stage -- /Users/patricksaul/Documents/Projects/quant_finance/.gitignore [8ms] 2024-07-16 08:45:52.491 [info] > git cat-file -s 4962cb281100ad8af99463aefcbd9df280cf6dcb [9ms] 2024-07-16 08:45:52.502 [info] > git show --textconv :.gitignore [9ms] 2024-07-16 08:45:53.012 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:45:53.022 [info] > git config --get commit.template [10ms] 2024-07-16 08:45:53.024 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [10ms] 2024-07-16 08:45:53.036 [info] > git status -z -uall [11ms] 2024-07-16 08:45:53.047 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [9ms] 2024-07-16 08:45:53.057 [info] > git config --local branch.master.vscode-merge-base [8ms] 2024-07-16 08:45:53.057 [warning] [Git][config] git config failed: Failed to execute git 2024-07-16 08:45:53.068 [info] > git reflog master --grep-reflog=branch: Created from . [10ms] 2024-07-16 08:45:53.078 [info] > git symbolic-ref --short refs/remotes/origin/HEAD [8ms] 2024-07-16 08:45:53.078 [info] fatal: ref refs/remotes/origin/HEAD is not a symbolic ref 2024-07-16 08:46:28.637 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:46:28.647 [info] > git config --get commit.template [13ms] 2024-07-16 08:46:28.650 [info] > git ls-files --stage -- /Users/patricksaul/Documents/Projects/quant_finance/.gitignore [13ms] 2024-07-16 08:46:28.654 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [15ms] 2024-07-16 08:46:28.663 [info] > git cat-file -s 4962cb281100ad8af99463aefcbd9df280cf6dcb [12ms] 2024-07-16 08:46:28.672 [info] > git status -z -uall [17ms] 2024-07-16 08:46:28.685 [info] > git show --textconv :.gitignore [19ms] 2024-07-16 08:46:28.691 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [17ms] 2024-07-16 08:46:28.703 [info] > git config --local branch.master.vscode-merge-base [10ms] 2024-07-16 08:46:28.703 [warning] [Git][config] git config failed: Failed to execute git 2024-07-16 08:46:28.717 [info] > git reflog master --grep-reflog=branch: Created from . [12ms] 2024-07-16 08:46:28.729 [info] > git symbolic-ref --short refs/remotes/origin/HEAD [10ms] 2024-07-16 08:46:28.729 [info] fatal: ref refs/remotes/origin/HEAD is not a symbolic ref 2024-07-16 08:46:33.683 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:46:33.691 [info] > git config --get commit.template [10ms] 2024-07-16 08:46:33.694 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [11ms] 2024-07-16 08:46:33.707 [info] > git status -z -uall [11ms] 2024-07-16 08:46:33.719 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [10ms] 2024-07-16 08:46:33.730 [info] > git config --local branch.master.vscode-merge-base [9ms] 2024-07-16 08:46:33.730 [warning] [Git][config] git config failed: Failed to execute git 2024-07-16 08:46:33.744 [info] > git reflog master --grep-reflog=branch: Created from . [12ms] 2024-07-16 08:46:33.754 [info] > git symbolic-ref --short refs/remotes/origin/HEAD [9ms] 2024-07-16 08:46:33.755 [info] fatal: ref refs/remotes/origin/HEAD is not a symbolic ref 2024-07-16 08:46:42.675 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master [11ms] 2024-07-16 08:46:42.688 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master [11ms] 2024-07-16 08:46:42.698 [info] > git config --local branch.master.vscode-merge-base [8ms] 2024-07-16 08:46:42.698 [warning] [Git][config] git config failed: Failed to execute git 2024-07-16 08:46:42.710 [info] > git reflog refs/heads/master --grep-reflog=branch: Created from . [10ms] 2024-07-16 08:46:42.721 [info] > git symbolic-ref --short refs/remotes/origin/HEAD [10ms] 2024-07-16 08:46:42.722 [info] fatal: ref refs/remotes/origin/HEAD is not a symbolic ref 2024-07-16 08:46:42.722 [info] [GitHistoryProvider][resolveHistoryItemGroupUpstreamOrBase] Failed to resolve history item group base for 'refs/heads/master' 2024-07-16 08:46:42.722 [info] [GitHistoryProvider][resolveHistoryItemGroupCommonAncestor] Failed to resolve history item group base for 'refs/heads/master' 2024-07-16 08:46:57.963 [info] [main] Log level: Info 2024-07-16 08:46:57.963 [info] [main] Validating found git in: "/usr/local/bin/git" 2024-07-16 08:46:57.985 [info] [main] Using git "2.43.0" from "/usr/local/bin/git" 2024-07-16 08:46:57.985 [info] [Model][doInitialScan] Initial repository scan started 2024-07-16 08:46:57.987 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) 2024-07-16 08:47:03.534 [info] [main] Log level: Info 2024-07-16 08:47:03.555 [info] [main] Validating found git in: "/usr/local/bin/git" 2024-07-16 08:47:03.571 [info] [main] Using git "2.43.0" from "/usr/local/bin/git" 2024-07-16 08:47:03.571 [info] [Model][doInitialScan] Initial repository scan started 2024-07-16 08:47:03.589 [info] > git rev-parse --show-toplevel [11ms] 2024-07-16 08:47:03.602 [info] > git rev-parse --git-dir --git-common-dir [9ms] 2024-07-16 08:47:03.612 [info] [Model][openRepository] Opened repository: /Users/patricksaul/Documents/Projects/quant_finance 2024-07-16 08:47:03.620 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:47:03.627 [info] > git rev-parse --show-toplevel [10ms] 2024-07-16 08:47:03.628 [info] > git config --get commit.template [12ms] 2024-07-16 08:47:03.631 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [11ms] 2024-07-16 08:47:03.639 [info] > git rev-parse --show-toplevel [9ms] 2024-07-16 08:47:03.640 [info] [Model][doInitialScan] Initial repository scan completed - repositories (1), closed repositories (0), parent repositories (0), unsafe repositories (0) 2024-07-16 08:47:03.643 [info] > git status -z -uall [10ms] 2024-07-16 08:47:03.666 [info] > git config --get commit.template [14ms] 2024-07-16 08:47:03.666 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [20ms] 2024-07-16 08:47:03.670 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:47:03.677 [info] > git config --local branch.master.vscode-merge-base [9ms] 2024-07-16 08:47:03.678 [warning] [Git][config] git config failed: Failed to execute git 2024-07-16 08:47:03.681 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [11ms] 2024-07-16 08:47:03.693 [info] > git reflog master --grep-reflog=branch: Created from . [14ms] 2024-07-16 08:47:03.697 [info] > git status -z -uall [14ms] 2024-07-16 08:47:03.706 [info] > git symbolic-ref --short refs/remotes/origin/HEAD [11ms] 2024-07-16 08:47:03.706 [info] fatal: ref refs/remotes/origin/HEAD is not a symbolic ref 2024-07-16 08:47:03.721 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [22ms] 2024-07-16 08:47:03.737 [info] > git config --local branch.master.vscode-merge-base [14ms] 2024-07-16 08:47:03.737 [warning] [Git][config] git config failed: Failed to execute git 2024-07-16 08:47:03.755 [info] > git reflog master --grep-reflog=branch: Created from . [16ms] 2024-07-16 08:47:03.769 [info] > git symbolic-ref --short refs/remotes/origin/HEAD [12ms] 2024-07-16 08:47:03.770 [info] fatal: ref refs/remotes/origin/HEAD is not a symbolic ref 2024-07-16 08:47:04.205 [info] > git check-ignore -v -z --stdin [7ms] 2024-07-16 08:47:06.004 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:47:06.010 [info] > git config --get commit.template [8ms] 2024-07-16 08:47:06.013 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [10ms] 2024-07-16 08:47:06.023 [info] > git status -z -uall [9ms] 2024-07-16 08:47:06.035 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [9ms] 2024-07-16 08:47:06.044 [info] > git config --local branch.master.vscode-merge-base [7ms] 2024-07-16 08:47:06.044 [warning] [Git][config] git config failed: Failed to execute git 2024-07-16 08:47:06.057 [info] > git reflog master --grep-reflog=branch: Created from . [11ms] 2024-07-16 08:47:06.065 [info] > git symbolic-ref --short refs/remotes/origin/HEAD [7ms] 2024-07-16 08:47:06.065 [info] fatal: ref refs/remotes/origin/HEAD is not a symbolic ref 2024-07-16 08:47:33.057 [info] [main] Log level: Trace 2024-07-16 08:47:59.495 [info] [main] Log level: Info 2024-07-16 08:47:59.495 [info] [main] Validating found git in: "/usr/local/bin/git" 2024-07-16 08:47:59.523 [info] [main] Using git "2.43.0" from "/usr/local/bin/git" 2024-07-16 08:47:59.523 [info] [Model][doInitialScan] Initial repository scan started 2024-07-16 08:47:59.524 [info] [Model][doInitialScan] Initial repository scan completed - repositories (0), closed repositories (0), parent repositories (0), unsafe repositories (0) 2024-07-16 08:48:04.723 [info] [main] Log level: Info 2024-07-16 08:48:04.723 [info] [main] Validating found git in: "/usr/local/bin/git" 2024-07-16 08:48:04.765 [info] [main] Using git "2.43.0" from "/usr/local/bin/git" 2024-07-16 08:48:04.765 [info] [Model][doInitialScan] Initial repository scan started 2024-07-16 08:48:04.791 [info] > git rev-parse --show-toplevel [14ms] 2024-07-16 08:48:04.807 [info] > git rev-parse --git-dir --git-common-dir [13ms] 2024-07-16 08:48:04.817 [info] [Model][openRepository] Opened repository: /Users/patricksaul/Documents/Projects/quant_finance 2024-07-16 08:48:04.823 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:48:04.835 [info] > git config --get commit.template [14ms] 2024-07-16 08:48:04.838 [info] > git rev-parse --show-toplevel [17ms] 2024-07-16 08:48:04.847 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [23ms] 2024-07-16 08:48:04.856 [info] > git rev-parse --show-toplevel [14ms] 2024-07-16 08:48:04.857 [info] [Model][doInitialScan] Initial repository scan completed - repositories (1), closed repositories (0), parent repositories (0), unsafe repositories (0) 2024-07-16 08:48:04.867 [info] > git status -z -uall [17ms] 2024-07-16 08:48:04.876 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:48:04.880 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [10ms] 2024-07-16 08:48:04.884 [info] > git config --get commit.template [10ms] 2024-07-16 08:48:04.887 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [11ms] 2024-07-16 08:48:04.891 [info] > git config --local branch.master.vscode-merge-base [9ms] 2024-07-16 08:48:04.891 [warning] [Git][config] git config failed: Failed to execute git 2024-07-16 08:48:04.899 [info] > git status -z -uall [10ms] 2024-07-16 08:48:04.904 [info] > git reflog master --grep-reflog=branch: Created from . [11ms] 2024-07-16 08:48:04.911 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [10ms] 2024-07-16 08:48:04.914 [info] > git symbolic-ref --short refs/remotes/origin/HEAD [8ms] 2024-07-16 08:48:04.914 [info] fatal: ref refs/remotes/origin/HEAD is not a symbolic ref 2024-07-16 08:48:04.920 [info] > git config --local branch.master.vscode-merge-base [8ms] 2024-07-16 08:48:04.921 [warning] [Git][config] git config failed: Failed to execute git 2024-07-16 08:48:04.933 [info] > git reflog master --grep-reflog=branch: Created from . [11ms] 2024-07-16 08:48:04.942 [info] > git symbolic-ref --short refs/remotes/origin/HEAD [8ms] 2024-07-16 08:48:04.942 [info] fatal: ref refs/remotes/origin/HEAD is not a symbolic ref 2024-07-16 08:48:05.474 [info] > git check-ignore -v -z --stdin [8ms] 2024-07-16 08:48:07.270 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:48:07.283 [info] > git config --get commit.template [14ms] 2024-07-16 08:48:07.288 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [16ms] 2024-07-16 08:48:07.305 [info] > git status -z -uall [15ms] 2024-07-16 08:48:07.318 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [11ms] 2024-07-16 08:48:07.330 [info] > git config --local branch.master.vscode-merge-base [9ms] 2024-07-16 08:48:07.330 [warning] [Git][config] git config failed: Failed to execute git 2024-07-16 08:48:07.344 [info] > git reflog master --grep-reflog=branch: Created from . [12ms] 2024-07-16 08:48:07.356 [info] > git symbolic-ref --short refs/remotes/origin/HEAD [11ms] 2024-07-16 08:48:07.356 [info] fatal: ref refs/remotes/origin/HEAD is not a symbolic ref 2024-07-16 08:48:12.313 [info] [Git][getRemotes] No remotes found in the git config file 2024-07-16 08:48:12.322 [info] > git config --get commit.template [9ms] 2024-07-16 08:48:12.325 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [11ms] 2024-07-16 08:48:12.337 [info] > git status -z -uall [10ms] 2024-07-16 08:48:12.350 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master refs/remotes/master [10ms] 2024-07-16 08:48:12.360 [info] > git config --local branch.master.vscode-merge-base [8ms] 2024-07-16 08:48:12.360 [warning] [Git][config] git config failed: Failed to execute git 2024-07-16 08:48:12.371 [info] > git reflog master --grep-reflog=branch: Created from . [9ms] 2024-07-16 08:48:12.382 [info] > git symbolic-ref --short refs/remotes/origin/HEAD [9ms] 2024-07-16 08:48:12.382 [info] fatal: ref refs/remotes/origin/HEAD is not a symbolic ref 2024-07-16 08:48:23.426 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master [11ms] 2024-07-16 08:48:23.438 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master [10ms] 2024-07-16 08:48:23.448 [info] > git config --local branch.master.vscode-merge-base [8ms] 2024-07-16 08:48:23.449 [warning] [Git][config] git config failed: Failed to execute git 2024-07-16 08:48:23.461 [info] > git reflog refs/heads/master --grep-reflog=branch: Created from . [10ms] 2024-07-16 08:48:23.472 [info] > git symbolic-ref --short refs/remotes/origin/HEAD [10ms] 2024-07-16 08:48:23.472 [info] fatal: ref refs/remotes/origin/HEAD is not a symbolic ref 2024-07-16 08:48:23.472 [info] [GitHistoryProvider][resolveHistoryItemGroupUpstreamOrBase] Failed to resolve history item group base for 'refs/heads/master' 2024-07-16 08:48:23.472 [info] [GitHistoryProvider][resolveHistoryItemGroupCommonAncestor] Failed to resolve history item group base for 'refs/heads/master' 2024-07-16 08:48:23.526 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master [11ms] 2024-07-16 08:48:23.540 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master [12ms] 2024-07-16 08:48:23.552 [info] > git config --local branch.master.vscode-merge-base [10ms] 2024-07-16 08:48:23.553 [warning] [Git][config] git config failed: Failed to execute git 2024-07-16 08:48:23.565 [info] > git reflog refs/heads/master --grep-reflog=branch: Created from . [11ms] 2024-07-16 08:48:23.576 [info] > git symbolic-ref --short refs/remotes/origin/HEAD [9ms] 2024-07-16 08:48:23.577 [info] fatal: ref refs/remotes/origin/HEAD is not a symbolic ref 2024-07-16 08:48:23.577 [info] [GitHistoryProvider][resolveHistoryItemGroupUpstreamOrBase] Failed to resolve history item group base for 'refs/heads/master' 2024-07-16 08:48:23.577 [info] [GitHistoryProvider][resolveHistoryItemGroupCommonAncestor] Failed to resolve history item group base for 'refs/heads/master' 2024-07-16 08:48:23.597 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master [10ms] 2024-07-16 08:48:23.610 [info] > git for-each-ref --format=%(refname)%00 %(upstream:short)%00%(objectname)%00%(upstream:track)%00 %(upstream:remotename)%00%(upstream:remoteref) --ignore-case refs/heads/master [11ms] 2024-07-16 08:48:23.622 [info] > git config --local branch.master.vscode-merge-base [10ms] 2024-07-16 08:48:23.622 [warning] [Git][config] git config failed: Failed to execute git 2024-07-16 08:48:23.639 [info] > git reflog refs/heads/master --grep-reflog=branch: Created from *. [15ms] 2024-07-16 08:48:23.650 [info] > git symbolic-ref --short refs/remotes/origin/HEAD [9ms] 2024-07-16 08:48:23.650 [info] fatal: ref refs/remotes/origin/HEAD is not a symbolic ref 2024-07-16 08:48:23.650 [info] [GitHistoryProvider][resolveHistoryItemGroupUpstreamOrBase] Failed to resolve history item group base for 'refs/heads/master' 2024-07-16 08:48:23.651 [info] [GitHistoryProvider][resolveHistoryItemGroupCommonAncestor] Failed to resolve history item group base for 'refs/heads/master'

On Tue, Jul 16, 2024 at 6:48 AM Ladislau Szomoru @.***> wrote:

@psaul20 https://github.com/psaul20, could you please download 1.92.0-insider from here https://code.visualstudio.com/insiders/ and share the logs. Thank you!

— Reply to this email directly, view it on GitHub https://github.com/microsoft/vscode/issues/204387#issuecomment-2230692006, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE2SLR2A7WHXTIJCH5KEJ3DZMUB7TAVCNFSM6AAAAABC2S5OV6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZQGY4TEMBQGY . You are receiving this because you were mentioned.Message ID: @.***>

-- Best,

Patrick Saul

lszomoru commented 1 month ago

Thanks for the logs! Yes, looking at the logs I do see that the repository is being successfully discovered. The fix for the repository discovery will be included in the next VS Code stable release scheduled for later this week.