Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Azure DevOps Extension Canvas Installation fails on GitHub Copilot Desktop app

オープン
#4,170 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
55/100
issue の種類
バグ
明瞭さ
明確に書かれている
活発さ
活発
技術スタック
git, github-actions

調査の方向性

The error occurs during a git clone operation in the Azure DevOps Extension Canvas installation on Windows. Start by examining the marketplace fetching logic in the GitHub Copilot Desktop app, likely in the plugin installation module. Check the certificate revocation check failure (schannel) on Windows and see if there's a way to bypass or handle it. Look for the code that triggers the git clone command and the error handling around it. Verify the fix by attempting to install the plugin again on a Windows environment.

索引モデルが issue の本文から書いたものです。

説明

Azure DevOps Extension Canvas Installation fails on GitHub Copilot Desktop app v1.1.23.

Field Value
App version 1.1.23
OS Windows 11 26100.9448

Failed to install plugin
Failed to fetch marketplace: Failed to fetch GitHub marketplace github/copilot-plugins:

Command failed: git clone --depth 1 --progress https://github.com/github/copilot-plugins.git C:\Users<UserName>\AppData\Local\copilot\marketplaces\github-copilot-plugins
Cloning into 'C:\Users<UserName>\AppData\Local\copilot\marketplaces\github-copilot-plugins'...

fatal: unable to access 'https://github.com/github/copilot-plugins.git/': schannel: next InitializeSecurityContext failed: CRYPT_E_NO_REVOCATION_CHECK (0x80092012) - The revocation function was unable to check revocation for the certificate.

主要言語
言語のデータがありません
スター
2.1k
フォーク
157
PR マージ指標
30日以内にマージされた PR はありません

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

github/app のほかの issue

github/app の issue をすべて見る

似ている issue

CLI の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。