Installation fails on windows 11 using GIT BASH #184
Replies: 1 comment
-
Windows Installation Fix - Rate Limiting SolutionHi Sam! I've been experiencing the same installation issues on Windows 11 with Git Bash and think I have identified the root cause and implemented a fix, thanks to Claude. Problem SummaryThe Root CauseGitHub API/CDN throttling: When curl makes rapid successive requests, GitHub returns HTTP 200 responses with empty response bodies. This wasn't immediately obvious because the HTTP status codes indicated success, but the downloaded files were empty. Solution ImplementedI've created a comprehensive fix that addresses multiple issues:
Testing Results
Working BranchI've implemented these fixes in a branch on my fork: The main changes are in Next StepsI'm happy to open a PR with Let me know if you'd like me to create a formal PR or if you have any questions about the implementation! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
see below:-
ADMIN@DESKTOP-9PJKH23 MINGW64 ~
$
curl -sSL https://raw.githubusercontent.com/buildermethods/agent-os/main/scripts/base-install.sh | bash
Initializing...
=== Agent OS Base Installation ===
===⚠️ Existing Installation Detected ===
You already have a base installation of Agent OS
Your installed version: (unknown)
Latest available version: 2.0.0
What would you like to do?
If you choose to update and overwrite, your previous base installation will be saved in ~/agent-os.backup.
Enter your choice (1-5): 1
Overwriting entire installation...
✓ Backed up existing installation to ~/agent-os.backup
Configuration:
Repository: https://github.com/buildermethods/agent-os
Target: ~/agent-os
✓ Created base directory: ~/agent-os
✗ No files were downloaded
✗ Installation failed
Beta Was this translation helpful? Give feedback.
All reactions