mirror of https://github.com/itflow-org/itflow
Touch-ups
This commit is contained in:
parent
2924791538
commit
9bb6e0b1c7
|
|
@ -29,7 +29,7 @@ $git_log = shell_exec("git log $repo_branch..origin/$repo_branch --pretty=format
|
|||
<div class="alert alert-danger" role="alert">
|
||||
<strong>WARNING: Could not find execute 'git fetch'.</strong>
|
||||
<br><br>
|
||||
<i>Error details: <?php echo shell_exec("git fetch 2>&1"); ?></i>
|
||||
<i>Error details:- <?php echo shell_exec("git fetch 2>&1"); ?></i>
|
||||
<br>
|
||||
<br>Things to check: Is Git installed? Is the Git origin/remote correct? Are web server file permissions too strict?
|
||||
<br>Seek support on the <a href="https://forum.itflow.org">Forum</a> if required - include relevant PHP error logs & ITFlow debug output
|
||||
|
|
|
|||
Loading…
Reference in New Issue