This commit is contained in:
Claude Agent
2026-03-16 17:53:05 +00:00
parent 7241896749
commit e9cc41b282

View File

@@ -26,6 +26,9 @@ if (-not (Test-Path $TokenFile)) {
}
$token = (Get-Content $TokenFile -Raw).Trim()
# Safe directory (necesar cand ruleaza ca SYSTEM)
git config --global --add safe.directory $RepoPath 2>$null
# Fetch remote
Set-Location $RepoPath
$fetchUrl = "https://gomag-vending:$token@gitea.romfast.ro/romfast/gomag-vending.git"