[Bug]: Could not read from remote repository
まだ誰も着手していません。
評価
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 初心者へのやさしさ
- 42/100
- issue の種類
- バグ
- 明瞭さ
- おおむね明確
- 活発さ
- 停滞
- 技術スタック
- git, github
- 領域
- devtools
調査の方向性
まず、worktree.create が git fetch origin "main" に使用する git サブプロセスを追跡し、その作業ディレクトリと環境をユーザーのターミナルと比較します。includeIf と core.sshCommand を使用する GitHub の複数アカウント構成で再現します。完了条件は、選択した SSH キーを必要とするリポジトリが Polyscope 経由で正常に fetch できることです。
索引モデルが issue の本文から書いたものです。
説明
Platform
macOS
Operating system version
macOS Tahoe 26.3
System architecture
ARM64 (M1, M2, etc)
PolyScope Version
0.7.0
Bug description
Hello! First, the app looks amazing, the remote feature is exactly what I was looking for coming from Conductor which I use daily. I can't wait to be able to try it out.
When adding a repository from a local path, it fails to fetch the remote. The same git fetch origin "main" command works perfectly from my terminal.
I've since identified the root cause (thus the issue update). I use two GitHub accounts (personal and work) with includeIf directives in ~/.gitconfig to set core.sshCommand per directory, selecting the correct SSH key for each account. Here's the expected flow:
- Git reads
~/.gitconfig includeIf "gitdir/i:~/Code/"matches → includes~/Code/.gitconfigcore.sshCommand = "ssh -o IdentitiesOnly=yes -i ~/.ssh/github-perso"is set- SSH authenticates as the correct account
What happens in Polyscope:
- Polyscope spawns
git fetch origin "main" includeIfis not evaluated (likely because Polyscope runs git from a different working directory, or strips/overrides environment variables likeHOME)- No
core.sshCommandis set - SSH falls back to the agent, tries keys in order, and authenticates as my other account
- GitHub returns "Repository not found" (that account can't access this repo)
Supporting evidence:
- Repos owned by my work account (whose SSH key happens to be tried first by the agent) work fine in Polyscope
- Repos owned by my personal account consistently fail with
ERROR: Repository not found - From terminal:
ssh -T git@github.com→ work account (default agent order), whilessh -o IdentitiesOnly=yes -i ~/.ssh/github-perso -T git@github.com→ personal account - Other tools that shell out to
git(Conductor, OpenCode) evaluateincludeIfcorrectly
Likely fix: Ensure the git subprocess inherits the user's full environment (especially HOME) and that the working directory is set to the repo path before running git fetch, so that includeIf "gitdir:..." patterns can match correctly.
My issue is likely related to https://github.com/beyondcode/polyscope-community/issues/17 — both point to the subprocess environment not matching the user's shell environment.
I also have a custom gh wrapper script with similar per-account logic. I also use Conductor and the OpenCode GUI which work flawlessly with this setup.
Let me know if I can help debug further. Have a great day!
Steps to reproduce
- Have a multi-account GitHub setup using
includeIf+core.sshCommandin~/.gitconfig - Open Polyscope
- Click "Choose repository"
- Choose a repository that requires the
includeIf-resolved SSH key (not the default agent key) - Wait for it to load
- The error notification appears in the bottom right corner (see screenshot)
Relevant log output
[server:err] ERROR: Repository not found.
[server:err] fatal: Could not read from remote repository.
[server:err] [ws] worktree.create error: Command failed: git fetch origin "main"
(Full logs available on request — the error repeats on every worktree.create attempt. A secondary Command "sites" is not defined error also appears on every repo.add.)
- 主要言語
- 言語のデータがありません
- スター
- 20
- フォーク
- 0
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
beyondcode/polyscope-community のほかの issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
-
難易度 4/5 3〜5日 初心者へのやさしさ 45/100
-
難易度 4/5 3〜5日 初心者へのやさしさ 45/100
-
難易度 4/5 3〜5日 初心者へのやさしさ 38/100
beyondcode/polyscope-community#198 · コメント 1 件 · リアクション 1 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 52/100
beyondcode/polyscope-community の issue をすべて見る
似ている issue
-
area: harness bug status: needs-triage
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
Human-Agent-Society/reef#625 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
vercel-labs/just-bash#464 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100