Posts

Showing posts with the label CLI

A New Collection of Thoughtful Learning Apps — Now Available on iOS & Android

Image
I’m excited to share a set of mobile apps I’ve recently completed and published on both the Google Play Store and the Apple App Store. These apps are designed with a simple goal in mind: to make meaningful, structured content more accessible, whether you’re studying theology or improving your English vocabulary. 📱 Now Available on Both Platforms All apps are live and available for download: Google Play Developer Page: https://play.google.com/store/apps/dev?id=5835943159853189043 Apple App Store Developer Page: https://apps.apple.com/ca/developer/q-z-l-corp/id1888794100 📖 Theology & Confession Study Apps For those interested in Reformed theology and classical Christian teachings, I’ve developed a series of apps that present foundational texts in a clean, focused reading format: The Belgic Confession Canons of Dort Heidelberg Catechism Westminster Shorter Catechism Each app is designed to provide a distraction-free experience, making it easier to read, reflect, and revisit these im...

我如何修复了 macOS 上的 GitHub Copilot CLI 连接问题

Image
我如何修复了 macOS 上的 GitHub Copilot CLI 连接问题 问题描述 我遇到了一个令人沮丧的问题。GitHub Copilot 在 VS Code 的聊天窗口中运行良好,但是 gh copilot CLI 命令会无限期地挂起,没有任何输出。所有命令,如 gh copilot -p "what is 2+2" 都会冻结,使 CLI 无法使用。 初始症状 ✅ GitHub Copilot 在 VS Code 中聊天功能工作正常 ✅ GitHub CLI ( gh ) 已安装并已通过身份验证 ✅ 令牌具有正确的 copilot 作用域 ❌ 任何 gh copilot 命令都会挂起并超时 ❌ 命令似乎连接但从不返回结果 诊断过程 步骤1:验证身份验证 首先,我检查了 GitHub CLI 是否已正确通过身份验证: gh auth status 输出显示我已使用 copilot 作用域登录: github.com ✓ 已登录账户 qzl-dev (keyring) - 令牌作用域:'admin:public_key', 'copilot', 'gist', 'read:org', 'repo' 身份验证不是问题。 步骤2:检查 Copilot CLI 安装 gh copilot --version CLI 已安装(版本 0.0.422),所以这也不是问题。 步骤3:查看日志 这是我发现问题的地方。我检查了 Copilot CLI 日志: cat ~/.copilot/logs/*.log | tail -50 日志显示了真正的问题: [ERROR] 发出 GitHub API 请求时出错:Error: unable to get issuer certificate; if the root CA is installed locally, try running Node.js with --use-system-ca [ERROR] 无法启动远程服务器 github-mcp-server 的 MCP 客户端: TypeError: fetch ...

How I Fixed GitHub Copilot CLI Connection Issues on macOS

Image
How I Fixed GitHub Copilot CLI Connection Issues on macOS The Problem I encountered a frustrating issue where GitHub Copilot worked perfectly in VS Code's chat window, but the gh copilot CLI command would hang indefinitely without producing any output. All commands like gh copilot -p "what is 2+2" would just freeze, making the CLI unusable. Initial Symptoms ✅ GitHub Copilot chat in VS Code worked fine ✅ GitHub CLI ( gh ) was installed and authenticated ✅ Token had the correct copilot scope ❌ Any gh copilot command would hang and timeout ❌ Commands appeared to connect but never returned results Diagnostic Process Step 1: Verify Authentication First, I checked that my GitHub CLI was properly authenticated: gh auth status Output showed I was logged in with the copilot scope included: github.com ✓ Logged in to github.com account qzl-dev (keyring) - Token scopes: 'admin:public_key', 'copilot', 'gist', 'read:org...