You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: Uncaught exception 'Exception' with message '"\cakephp_test" does not exist' in C:\xampp\htdocs\Git.php-master\Git.php:234
Stack trace:
#0 C:\xampp\htdocs\Git.php-master\Git.php(180): GitRepo->set_repo_path('\cakephp_test', false, true)
#1 C:\xampp\htdocs\Git.php-master\Git.php(83): GitRepo->__construct('\cakephp_test')
#2 C:\xampp\htdocs\Git.php-master\index.php(4): Git::open('\cakephp_test')
#3 {main} thrown in C:\xampp\htdocs\Git.php-master\Git.php on line 234
The text was updated successfully, but these errors were encountered:
What is the path to your cakephp_test repository? Is it \cakephp_test, or is it C:\cakephp_test? If the latter, then you'll need to use that path in your Git::open call.
The text was updated successfully, but these errors were encountered: