github / github/copilot-cli

Installing a Specific Version Always Installs the Latest Version

未關閉 適合新手
#4,317 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
area:installation
主要語言
Shell
星號
11.2k
分支
1.9k
平均合併
14 小時 16 分鐘
30 天內合併 PR
6

描述

### Describe the bug

I wanted to downgrade Copilot in Docker Sandbox because the latest version is not working correctly. Following the installation instructions from the README, I attempted to install version v1.0.75. However, regardless of the version specified, the installer always installs the latest available version.

Reproduced in WSL and Docker Sandboxes

### Affected version

_No response_

### Steps to reproduce the behavior

1. Install latest version `curl -fsSL https://gh.io/copilot-install | bash`
2. Delete installed binary `rm ~/.local/bin/copilot`
3. Attempt to install a specific version `curl -fsSL https://gh.io/copilot-install | VERSION="v1.0.75" bash`

### Expected behavior

Version v1.0.75 is installed

### Additional context

```
agent@copilot:/$ curl -fsSL https://gh.io/copilot-install | VERSION="v1.0.75" bash
Installing GitHub Copilot CLI...
Downloading from: https://github.com/github/copilot-cli/releases/download/v1.0.75/copilot-linux-x64.tar.gz
✓ Checksum validated
✓ GitHub Copilot CLI installed to /home/agent/.local/bin/copilot

Installation complete! Run 'copilot help' to get started.
agent@copilot:/$ copilot --version
GitHub Copilot CLI 1.0.77.
Run 'copilot update' to check for updates.
agent@copilot:/$ which copilot
/home/agent/.local/bin/copilot
```

貢獻指南

開啟貢獻指南

研究方向

先檢視 README 中的安裝說明,以及透過 https://gh.io/copilot-install 呼叫的安裝程式,接著重現 issue 中的 VERSION="v1.0.75" 命令。追蹤要求的版本如何被處理,並確認已安裝的二進位檔回報的是 v1.0.75,而不是最新版本。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
shell
領域
cli
Issue 類型
缺陷
難度
2/5
預估耗時
1-3 小時
活躍度
冷清
描述清晰度
描述清楚
新手友好度
68/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。