diff --git a/CLAUDE.md b/CLAUDE.md index 2bbd8ab..1d4bef2 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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 \ No newline at end of file +- 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 +``` \ No newline at end of file