Installing a Specific Version Always Installs the Latest Version
- 主要语言
- 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