[Bug]: Could not read from remote repository
还没有人认领这个 Issue。
评估
- 难度
- 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 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 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 个 reaction ·
-
难度 4/5 3-5 天 新手友好度 52/100
查看 beyondcode/polyscope-community 的全部 Issue
相似的 Issue
-
kaliscan.com 未关闭N: AdGuard for iOS P3: Medium T: Ads
难度 2/5 1-3 小时 新手友好度 68/100
AdguardTeam/AdguardFilters#242501 ·
-
难度 2/5 1-3 小时 新手友好度 84/100
-
[BUG] createTool tools cannot be registered with Mastra when exactOptionalPropertyTypes is enabled 未关闭customer-eng status: needs triage
难度 2/5 1-3 小时 新手友好度 84/100
-
add-toolnames MCP Toolnames Toolnames checkup
难度 2/5 1-3 小时 新手友好度 68/100
rajbos/ai-engineering-fluency#2190 · 3 条评论 ·
-
enhancement
难度 2/5 1-3 小时 新手友好度 78/100
gajus/eslint-plugin-jsdoc#1776 · 1 个 reaction ·