Add Git push configuration for port 443 SSH

This commit is contained in:
StillHammer 2025-09-16 12:08:22 +08:00
parent 98d7cca9e2
commit 48c16ab262

View File

@ -345,4 +345,16 @@ node tools/audit-unused.cjs # Report dead files and unused exports
- `production` - Real Google Sheets data processing
- `test_random_personality` - Testing with personality randomization
- `node_server` - Direct API processing
- Legacy: make_com, digital_ocean_autonomous
- Legacy: make_com, digital_ocean_autonomous
## Git Push Configuration
Si le push échoue avec "Connection closed port 22", utiliser SSH sur port 443:
```bash
# Configurer remote pour port 443
git remote set-url origin git@altssh.bitbucket.org:AlexisTrouve/seogeneratorserver.git
# Ou configurer ~/.ssh/config
Host bitbucket.org
HostName altssh.bitbucket.org
Port 443
```