René's URL Explorer Experiment


Title: fatal: failed to set up maintenance schedule · Issue #709 · microsoft/git · GitHub

Open Graph Title: fatal: failed to set up maintenance schedule · Issue #709 · microsoft/git

X Title: fatal: failed to set up maintenance schedule · Issue #709 · microsoft/git

Description: I'm trying scalar in Dev Containersand getting some errors & fatals: ⬢ [Docker] ❯ scalar register error: another process is scheduling background maintenance fatal: failed to set up maintenance schedule error: another process is scheduli...

Open Graph Description: I'm trying scalar in Dev Containersand getting some errors & fatals: ⬢ [Docker] ❯ scalar register error: another process is scheduling background maintenance fatal: failed to set up maintenance sch...

X Description: I'm trying scalar in Dev Containersand getting some errors & fatals: ⬢ [Docker] ❯ scalar register error: another process is scheduling background maintenance fatal: failed to set up mainten...

Opengraph URL: https://github.com/microsoft/git/issues/709

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"fatal: failed to set up maintenance schedule","articleBody":"I'm trying scalar in Dev Containersand getting some errors \u0026 fatals:\n\n```\n⬢ [Docker] ❯ scalar register\nerror: another process is scheduling background maintenance\nfatal: failed to set up maintenance schedule\nerror: another process is scheduling background maintenance\nfatal: failed to set up maintenance schedule\nerror: another process is scheduling background maintenance\nfatal: failed to set up maintenance schedule\nwarning: could not turn on maintenance\n```\n\nHere is distro in the image:\n\n```\n⬢ [Docker] ❯ lsb_release -a\nNo LSB modules are available.\nDistributor ID: Debian\nDescription:    Debian GNU/Linux 12 (bookworm)\nRelease:        12\nCodename:       bookworm\n```\n\nAnd this is the image I'm in:\n\n```dockerfile\nFROM mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm\n```\n\nHere is VS Code version but it probably does not matter:\n\n```\n⬢ [Docker] ❯ code --version\n1.95.3\nf1a4fb101478ce6ec82fe9627c43efbf9e98c813\nx64\n```\n\nHere is what's running in container:\n\n```\nUSER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND\nnode     30013  0.0  0.0   2576   888 ?        Ss   08:00   0:00 /bin/sh\nnode     30001  0.2  0.6 992632 49536 ?        Ssl  08:00   0:00 /home/node/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node -e  ????const net = require('net'); ????const fs = require('fs'); ????process.stdin.pause(); ????const client = net.createConnection({ host: '127.0.0.1', port: 38397 }, () =\u003e { ?????console.error('Connection established'); ?????client.pipe(process.stdout); ?????process.stdin.pipe(client); ????}); ????client.on('close', function (hadError) { ?????console.error(hadError ? 'Remote close with error' : 'Remote close'); ?????process.exit(hadError ? 1 : 0); ????}); ????client.on('error', function (err) { ?????process.stderr.write(err \u0026\u0026 (err.stack || err.message) || String(err)); ????}); ????process.stdin.on('close', function (hadError) { ?????console.error(hadError ? 'Remote stdin close with error' : 'Remote stdin close'); ?????process.exit(hadError ? 1 : 0); ????}); ????process.on('uncaughtException', function (err) { ?????fs.writeSync(process.stderr.fd, `Uncaught Exception: ${String(err \u0026\u0026 (err.stack || err.message) || err)}\\n`); ????}); ???\nnode     29972  0.1  0.6 1000064 55132 ?       Ssl  08:00   0:00 /home/node/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node -e  ????const net = require('net'); ????const fs = require('fs'); ????process.stdin.pause(); ????const client = net.createConnection({ host: '127.0.0.1', port: 38397 }, () =\u003e { ?????console.error('Connection established'); ?????client.pipe(process.stdout); ?????process.stdin.pipe(client); ????}); ????client.on('close', function (hadError) { ?????console.error(hadError ? 'Remote close with error' : 'Remote close'); ?????process.exit(hadError ? 1 : 0); ????}); ????client.on('error', function (err) { ?????process.stderr.write(err \u0026\u0026 (err.stack || err.message) || String(err)); ????}); ????process.stdin.on('close', function (hadError) { ?????console.error(hadError ? 'Remote stdin close with error' : 'Remote stdin close'); ?????process.exit(hadError ? 1 : 0); ????}); ????process.on('uncaughtException', function (err) { ?????fs.writeSync(process.stderr.fd, `Uncaught Exception: ${String(err \u0026\u0026 (err.stack || err.message) || err)}\\n`); ????}); ???\nnode     29690  0.0  0.0   2576   904 ?        Ss   08:00   0:00 /bin/sh\nnode     29702  0.0  0.5 1024324 42964 ?       Sl   08:00   0:00  \\_ /home/node/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node /tmp/vscode-remote-containers-server-d7d3ab26-c407-4070-bb60-c45ab2af12ef.js\nroot     29564  0.0  0.0   2576   896 ?        Ss   08:00   0:00 /bin/sh\nnode     29492  0.0  0.0   2576  1704 ?        Ss   08:00   0:00 /bin/sh\nroot     29470  0.0  0.0   2576   912 ?        Ss   08:00   0:00 /bin/sh -c echo \"Container already running. Keep-alive process started.\" ; export VSCODE_REMOTE_CONTAINERS_SESSION=9a38d847-a33a-4f3e-a1cb-f8224d527d131732003249384 ; /bin/sh\nroot     29476  0.0  0.0   2576   948 ?        S    08:00   0:00  \\_ /bin/sh\nnode       247  0.0  0.0   2576   784 ?        Ss   06:20   0:00 sh /home/node/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/bin/code-server --log debug --force-disable-user-env --server-data-dir /home/node/.vscode-server --use-host-proxy --telemetry-level all --accept-server-license-terms --host 127.0.0.1 --port 0 --connection-token-file /home/node/.vscode-server/data/Machine/.connection-token-f1a4fb101478ce6ec82fe9627c43efbf9e98c813 --extensions-download-dir /home/node/.vscode-server/extensionsCache --install-extension dbaeumer.vscode-eslint --install-extension ms-python.vscode-pylance --install-extension ms-python.black-formatter --install-extension donjayamanne.python-environment-manager --install-extension bernhard-42.ocp-cad-viewer --install-extension redhat.vscode-yaml --install-extension yzhang.markdown-all-in-one --install-extension bierner.github-markdown-preview --install-extension bierner.markdown-preview-github-styles --install-extension bierner.markdown-checkbox --install-extension bierner.markdown-yaml-preamble --install-extension bierner.markdown-footnotes --install-extension bierner.markdown-mermaid --install-extension samuelcolvin.jinjahtml --install-extension Atlassian.atlascode --install-extension GitHub.vscode-pull-request-github --install-extension GitHub.vscode-github-actions --install-extension jock.svg --install-extension swyddfa.esbonio --install-extension Codeium.codeium --install-extension ms-azuretools.vscode-docker --install-extension hediet.debug-visualizer --install-extension bbenoist.vagrant --install-extension ryanluker.vscode-coverage-gutters --install-extension ms-python.python --install-extension chintans98.markdown-jira --install-extension streetsidesoftware.code-spell-checker --install-extension alexkrechik.cucumberautocomplete --install-extension GitHub.copilot --start-server --disable-websocket-compression --skip-requirements-check\nnode       257  1.0  1.4 11852964 114304 ?     Sl   06:20   1:05  \\_ /vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node /vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/out/server-main.js --log debug --force-disable-user-env --server-data-dir /home/node/.vscode-server --use-host-proxy --telemetry-level all --accept-server-license-terms --host 127.0.0.1 --port 0 --connection-token-file /home/node/.vscode-server/data/Machine/.connection-token-f1a4fb101478ce6ec82fe9627c43efbf9e98c813 --extensions-download-dir /home/node/.vscode-server/extensionsCache --install-extension dbaeumer.vscode-eslint --install-extension ms-python.vscode-pylance --install-extension ms-python.black-formatter --install-extension donjayamanne.python-environment-manager --install-extension bernhard-42.ocp-cad-viewer --install-extension redhat.vscode-yaml --install-extension yzhang.markdown-all-in-one --install-extension bierner.github-markdown-preview --install-extension bierner.markdown-preview-github-styles --install-extension bierner.markdown-checkbox --install-extension bierner.markdown-yaml-preamble --install-extension bierner.markdown-footnotes --install-extension bierner.markdown-mermaid --install-extension samuelcolvin.jinjahtml --install-extension Atlassian.atlascode --install-extension GitHub.vscode-pull-request-github --install-extension GitHub.vscode-github-actions --install-extension jock.svg --install-extension swyddfa.esbonio --install-extension Codeium.codeium --install-extension ms-azuretools.vscode-docker --install-extension hediet.debug-visualizer --install-extension bbenoist.vagrant --install-extension ryanluker.vscode-coverage-gutters --install-extension ms-python.python --install-extension chintans98.markdown-jira --install-extension streetsidesoftware.code-spell-checker --install-extension alexkrechik.cucumberautocomplete --install-extension GitHub.copilot --start-server --disable-websocket-compression --skip-requirements-check\nnode       405  0.1  0.5 11745968 46256 ?      Sl   06:20   0:10      \\_ /vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node /vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/out/bootstrap-fork --type=ptyHost --logsPath /home/node/.vscode-server/data/logs/20241119T062047\nnode     30269  0.0  0.0  10892  7744 pts/0    Ss   08:00   0:00      |   \\_ /bin/bash --init-file /vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/out/vs/workbench/contrib/terminal/common/scripts/shellIntegration-bash.sh\nnode     32215  0.0  0.0  11100  4324 pts/0    R+   08:04   0:00      |   |   \\_ ps auxfww\nnode     30581  0.0  0.0  10892  7676 pts/1    Ss+  08:00   0:00      |   \\_ /bin/bash --init-file /vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/out/vs/workbench/contrib/terminal/common/scripts/shellIntegration-bash.sh\nnode     30777  0.0  0.0  10892  7768 pts/2    Ss+  08:01   0:00      |   \\_ /bin/bash --init-file /vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/out/vs/workbench/contrib/terminal/common/scripts/shellIntegration-bash.sh\nnode     29995  6.2  1.0 11792180 81144 ?      Sl   08:00   0:12      \\_ /vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node /vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/out/bootstrap-fork --type=fileWatcher\nnode     30232 14.1  9.7 55602432 790956 ?     Sl   08:00   0:28      \\_ /vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node --dns-result-order=ipv4first /vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/out/bootstrap-fork --type=extensionHost --transformURIs --useHostProxy=true\nnode     30404  0.3  0.9 1302996 73940 ?       Sl   08:00   0:00          \\_ /vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node /home/node/.vscode-server/extensions/redhat.vscode-yaml-1.15.0/dist/languageserver.js --node-ipc --clientProcessId=30232\nnode     30486  0.3  0.0   5464  4668 ?        S    08:00   0:00          \\_ /home/node/.vscode-server/extensions/ms-python.python-2024.20.0-linux-x64/python-env-tools/bin/pet server\nnode     30586  0.3  0.6 995176 54608 ?        Sl   08:00   0:00          \\_ /vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node /vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/extensions/json-language-features/server/dist/node/jsonServerMain --node-ipc --clientProcessId=30232\nnode     30659  0.3  0.5 129924 47564 ?        Sl   08:00   0:00          \\_ /workspaces/partcad/.venv/bin/python /home/node/.vscode-server/extensions/ms-python.black-formatter-2024.4.0/bundled/tool/lsp_server.py --stdio\nnode     30809  1.0  1.9 12179544 158116 ?     Sl   08:01   0:02          \\_ /vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node /home/node/.vscode-server/extensions/ms-python.vscode-pylance-2024.11.2/dist/server.bundle.js --cancellationReceive=file:f4501af8559d544505285d80e0cf5e6ba923f2c851 --node-ipc --clientProcessId=30232\nnode     31028  0.1  0.9 1024972 80532 ?       Sl   08:01   0:00          \\_ /vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node /home/node/.vscode-server/extensions/github.vscode-github-actions-0.27.0/dist/server-node.js --node-ipc --clientProcessId=30232\nnode     31045  0.1  0.6 1029000 55808 ?       Sl   08:01   0:00          \\_ /vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node /home/node/.vscode-server/extensions/dbaeumer.vscode-eslint-3.0.10/server/out/eslintServer.js --node-ipc --clientProcessId=30232\nnode     31051  1.6  1.9 11859160 154044 ?     Sl   08:01   0:03          \\_ /vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node /home/node/.vscode-server/extensions/streetsidesoftware.code-spell-checker-4.0.18/packages/_server/dist/main.cjs --node-ipc --clientProcessId=30232\nnode     31134  0.0  0.6 992020 49216 ?        Sl   08:01   0:00          \\_ /vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node /home/node/.vscode-server/extensions/ms-azuretools.vscode-docker-1.29.3/dist/dockerfile-language-server-nodejs/lib/server.js --node-ipc --node-ipc --clientProcessId=30232\nnode     31140  0.0  0.5 991004 42692 ?        Sl   08:01   0:00          \\_ /vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node /home/node/.vscode-server/extensions/ms-azuretools.vscode-docker-1.29.3/dist/compose-language-service/lib/server.js --node-ipc --node-ipc --clientProcessId=30232\nnode     31157  0.1  1.1 2780460 94304 ?       Sl   08:01   0:00          \\_ /home/node/.vscode-server/extensions/codeium.codeium-1.24.8/dist/ef806f7cf5ef5903f9da0506527ae0e7897e84db/language_server_linux_x64 --api_server_url https://server.codeium.com --manager_dir /tmp/24b1c5e6-4ddf-47f6-a6f3-3753586c87c4/codeium/manager --enable_chat_web_server --enable_lsp --inference_api_server_url https://inference.codeium.com --database_dir /home/node/.codeium/database/9c0694567290725d9dcba14ade58e297 --enable_index_service --enable_local_search --search_max_workspace_file_count 5000 --indexed_files_retention_period_days 30 --workspace_id file_workspaces_partcad --sentry_telemetry\nnode     31177  2.4  3.1 3190000 255872 ?      Sl   08:01   0:04          |   \\_ /home/node/.vscode-server/extensions/codeium.codeium-1.24.8/dist/ef806f7cf5ef5903f9da0506527ae0e7897e84db/language_server_linux_x64 --api_server_url https://server.codeium.com --manager_dir /tmp/24b1c5e6-4ddf-47f6-a6f3-3753586c87c4/codeium/manager --enable_chat_web_server --enable_lsp --inference_api_server_url https://inference.codeium.com --database_dir /home/node/.codeium/database/9c0694567290725d9dcba14ade58e297 --enable_index_service --enable_local_search --search_max_workspace_file_count 5000 --indexed_files_retention_period_days 30 --workspace_id file_workspaces_partcad --sentry_telemetry --run_child --limit_go_max_procs 4 --random_port --random_port_dir=/tmp/24b1c5e6-4ddf-47f6-a6f3-3753586c87c4/codeium/manager/child_random_port_1732003269508096103_5546528500460234467 --manager_lock_file=/tmp/24b1c5e6-4ddf-47f6-a6f3-3753586c87c4/codeium/manager/locks/manager.lock --child_lock_file /tmp/24b1c5e6-4ddf-47f6-a6f3-3753586c87c4/codeium/manager/locks/child_lock_1732003269508338278_2263753085719421223\nnode     31218  0.0  0.6 992128 51188 ?        Sl   08:01   0:00          \\_ /vscode/vscode-server/bin/linux-x64/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node /home/node/.vscode-server/extensions/alexkrechik.cucumberautocomplete-3.0.5/gserver/out/server.js --node-ipc --clientProcessId=30232\nnode       219  0.0  0.0   2576   844 ?        Ss   06:20   0:00 /bin/sh\nnode       239  0.0  0.2 1024324 18216 ?       Sl   06:20   0:00  \\_ /home/node/.vscode-server/bin/f1a4fb101478ce6ec82fe9627c43efbf9e98c813/node /tmp/vscode-remote-containers-server-0873324b-f54a-4aae-9773-963fec0b9391.js\nroot         1  0.0  0.0   2576  1484 ?        Ss   06:20   0:01 /bin/sh -c echo Container started trap \"exit 0\" 15  exec \"$@\" while sleep 1 \u0026 wait $!; do :; done -\nroot     32204  0.0  0.0   2484   888 ?        S    08:04   0:00 sleep 1\n```\n\nI also had https://starship.rs/ which been causing some git problems but getting rid of it does not help with error/fatal.","author":{"url":"https://github.com/alexanderilyin","@type":"Person","name":"alexanderilyin"},"datePublished":"2024-11-19T08:12:15.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/709/git/issues/709"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:3fe91419-c2a9-a7ae-081d-c3b07e2973a0
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA7AC:11AC72:4B6D39:64C15F:698ED279
html-safe-noncef7c035d28cec3cbfb00fea5670ff6b2f02fa5cdb2ef21b1c100fc991a4e06b6e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBN0FDOjExQUM3Mjo0QjZEMzk6NjRDMTVGOjY5OEVEMjc5IiwidmlzaXRvcl9pZCI6IjUzODE3ODg1Mjk4NDI5MDE2MjUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacffbf6f19db22ff5bd1ee2d8c88f7b606e416c83253152dfcf0808b382d5762c5
hovercard-subject-tagissue:2671216490
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/microsoft/git/709/issue_layout
twitter:imagehttps://opengraph.githubassets.com/68dd97915fde021f9c945912dd785976c200ea178b1a801f0b9fb993d9da4070/microsoft/git/issues/709
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/68dd97915fde021f9c945912dd785976c200ea178b1a801f0b9fb993d9da4070/microsoft/git/issues/709
og:image:altI'm trying scalar in Dev Containersand getting some errors & fatals: ⬢ [Docker] ❯ scalar register error: another process is scheduling background maintenance fatal: failed to set up maintenance sch...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamealexanderilyin
hostnamegithub.com
expected-hostnamegithub.com
Nonecb2828a801ee6b7be618f3ac76fbf55def35bbc30f053a9c41bf90210b8b72ba
turbo-cache-controlno-preview
go-importgithub.com/microsoft/git git https://github.com/microsoft/git.git
octolytics-dimension-user_id6154722
octolytics-dimension-user_loginmicrosoft
octolytics-dimension-repository_id79856983
octolytics-dimension-repository_nwomicrosoft/git
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id23216272
octolytics-dimension-repository_parent_nwogit-for-windows/git
octolytics-dimension-repository_network_root_id36502
octolytics-dimension-repository_network_root_nwogit/git
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasee6b91a7e6e46287d26887e3fb7a4161657bab8f7
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/microsoft/git/issues/709#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2Fgit%2Fissues%2F709
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2Fgit%2Fissues%2F709
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=microsoft%2Fgit
Reloadhttps://patch-diff.githubusercontent.com/microsoft/git/issues/709
Reloadhttps://patch-diff.githubusercontent.com/microsoft/git/issues/709
Reloadhttps://patch-diff.githubusercontent.com/microsoft/git/issues/709
microsoft https://patch-diff.githubusercontent.com/microsoft
githttps://patch-diff.githubusercontent.com/microsoft/git
git-for-windows/githttps://patch-diff.githubusercontent.com/git-for-windows/git
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fmicrosoft%2Fgit
Fork 105 https://patch-diff.githubusercontent.com/login?return_to=%2Fmicrosoft%2Fgit
Star 870 https://patch-diff.githubusercontent.com/login?return_to=%2Fmicrosoft%2Fgit
Code https://patch-diff.githubusercontent.com/microsoft/git
Issues 16 https://patch-diff.githubusercontent.com/microsoft/git/issues
Pull requests 4 https://patch-diff.githubusercontent.com/microsoft/git/pulls
Discussions https://patch-diff.githubusercontent.com/microsoft/git/discussions
Actions https://patch-diff.githubusercontent.com/microsoft/git/actions
Projects 0 https://patch-diff.githubusercontent.com/microsoft/git/projects
Models https://patch-diff.githubusercontent.com/microsoft/git/models
Security 1 https://patch-diff.githubusercontent.com/microsoft/git/security
Insights https://patch-diff.githubusercontent.com/microsoft/git/pulse
Code https://patch-diff.githubusercontent.com/microsoft/git
Issues https://patch-diff.githubusercontent.com/microsoft/git/issues
Pull requests https://patch-diff.githubusercontent.com/microsoft/git/pulls
Discussions https://patch-diff.githubusercontent.com/microsoft/git/discussions
Actions https://patch-diff.githubusercontent.com/microsoft/git/actions
Projects https://patch-diff.githubusercontent.com/microsoft/git/projects
Models https://patch-diff.githubusercontent.com/microsoft/git/models
Security https://patch-diff.githubusercontent.com/microsoft/git/security
Insights https://patch-diff.githubusercontent.com/microsoft/git/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/microsoft/git/issues/709
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/microsoft/git/issues/709
fatal: failed to set up maintenance schedulehttps://patch-diff.githubusercontent.com/microsoft/git/issues/709#top
https://github.com/alexanderilyin
https://github.com/alexanderilyin
alexanderilyinhttps://github.com/alexanderilyin
on Nov 19, 2024https://github.com/microsoft/git/issues/709#issue-2671216490
https://starship.rs/https://starship.rs/
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.