Files
ClaudeProjectManager/scripts/quick_fix_website.bat
Claude Project Manager 4dab418f2f Initial commit
2025-07-09 22:10:42 +02:00

21 Zeilen
446 B
Batchfile

@echo off
echo Quick fix for website-main repository...
echo.
cd /d "C:\Users\hendr\Desktop\IntelSight\website-main"
echo Current remote:
git remote -v
echo.
echo Fixing remote URL with correct token...
git remote set-url origin https://IntelSight_Admin:3b4a6ba1ade3f34640f3c85d2333b4a3a0627471@gitea-undso.intelsight.de/IntelSight/website-main.git
echo.
echo New remote:
git remote -v
echo.
echo Done! Now you can push normally.
echo.
pause