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' in /Users/emullins/www/local.apppress.com/includes/Git_php/Git.php:317
Any ideas? I'd guess it's failing when prompted for a pw on the git user? But when I try to use an ssh key or put the pw in the origin url in my config I get the same.
The text was updated successfully, but these errors were encountered:
I think it was failing because I hadn't set a git user. I had to set it in my git config, it was something like this: exec('git config user.email "[email protected]"'); exec('git config user.name "User Name"');
Fatal error: Uncaught exception 'Exception' in /Users/emullins/www/local.apppress.com/includes/Git_php/Git.php:317
Any ideas? I'd guess it's failing when prompted for a pw on the git user? But when I try to use an ssh key or put the pw in the origin url in my config I get the same.
The text was updated successfully, but these errors were encountered: