Files
ClaudeProjectManager-main/scripts/quick_fix_website.bat
Claude Project Manager ec92da8a64 Initial commit
2025-07-07 22:11:38 +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