Repository not found

The repository you were looking for was not found on this server. Please check the URL and look for errors. If there are no errors, then the repository does not exist. Please use the index to reach any repositories you wish to access.
1) { header("Location: /".$repo."/tree/".$branch."/".$path); die(); } } if (substr($path,-1) === "/" && $path !== "") { if (explode(" ",explode("\n",shell_exec("git ls-tree --full-name ".escapeshellarg($branch)." ".escapeshellarg(substr($path,0,-1))))[0])[1] === "blob") { header("Location: /".$repo."/blob/".$branch."/".substr($path,0,-1)); die(); } } $SIDE_LINKS["git clone"] = "git://".$_SERVER["SERVER_NAME"]."/".$repo.".git"; $SIDE_LINKS["Raw View"] = "/".$repo."/raw/".$branch."/".$path; $SIDE_LINKS["Show History"] = "/".$repo."/commits/".$branch."/".$path; $PAGE_TITLE = basename($path)." @ ".$PAGE_TITLE; require_once $_SERVER["DOCUMENT_ROOT"]."/head.php"; ?>

%an %s %h (%ar)' -n 1 ".escapeshellarg($branch)." -- ".escapeshellarg($path)); echo "".$lastcommit.""; if (shell_exec("git ls-tree --full-name ".escapeshellarg($branch)." ".escapeshellarg($path))) { $content = shell_exec("git cat-file -p ".explode("\t",explode(" ",explode("\n",$files)[0])[2])[0]); if (isset($_GET["raw"])) { ob_clean(); header("Content-type: text/plain"); echo $content; die(); } echo "
\n".htmlspecialchars($content)."
\n"; } else { header("Location: ."); die(); } } ?>