Switch Gitea remotes from SSH to HTTPS for reliable access

SSH to 172.16.3.20:2222 is unreachable when not on local network.
Updated remotes, docs, and migration script to use
https://git.azcomputerguru.com instead.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-13 06:10:29 -07:00
parent 068888202c
commit d320958fa8
3 changed files with 7 additions and 5 deletions

View File

@@ -37,16 +37,16 @@ Windows> choco install git python nodejs
```bash
# Windows
Windows> cd D:\
Windows> git clone ssh://azcomputerguru@172.16.3.20:2222/azcomputerguru/claudetools.git ClaudeTools
Windows> git clone https://git.azcomputerguru.com/azcomputerguru/claudetools.git ClaudeTools
Windows> cd ClaudeTools
# Mac
Mac> cd ~/Projects # or wherever you want it
Mac> git clone ssh://azcomputerguru@172.16.3.20:2222/azcomputerguru/claudetools.git ClaudeTools
Mac> git clone https://git.azcomputerguru.com/azcomputerguru/claudetools.git ClaudeTools
Mac> cd ClaudeTools
```
**Note:** You'll need SSH access to the Gitea server (172.16.3.20:2222)
**Note:** Uses HTTPS to Gitea at git.azcomputerguru.com
**For This Guide:**
- Windows path: `D:\ClaudeTools`