Update git remote domain from privategit.hanson.xyz to git.internal.hanson.xyz, remove port 3322
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
Clone the RSpade project with the framework submodule:
|
||||
|
||||
```bash
|
||||
git clone --recurse-submodules ssh://git@privategit.hanson.xyz:3322/brianhansonxyz/rspade_project.git /path/to/project
|
||||
git clone --recurse-submodules ssh://git@git.internal.hanson.xyz/brianhansonxyz/rspade_project.git /path/to/project
|
||||
cd /path/to/project
|
||||
```
|
||||
|
||||
**Alternative method** (clone then initialize submodules):
|
||||
|
||||
```bash
|
||||
git clone ssh://git@privategit.hanson.xyz:3322/brianhansonxyz/rspade_project.git /path/to/project
|
||||
git clone ssh://git@git.internal.hanson.xyz/brianhansonxyz/rspade_project.git /path/to/project
|
||||
cd /path/to/project
|
||||
git submodule update --init --recursive
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user