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
C:\Users\Jeff>appharbor app info
appharbor app info
Unhandled Exception: AppHarbor.GitCommandException: 'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
at AppHarbor.GitCommand.Execute(String command)
at AppHarbor.GitRepositoryConfigurer.GetApplicationId()
at AppHarbor.ApplicationConfiguration.GetApplicationId()
at AppHarbor.Commands.InfoAppCommand.InnerExecute(String[] arguments)
at AppHarbor.CommandDispatcher.Dispatch(String[] args)
at AppHarbor.Program.Main(String[] args)
I suspect that my git was installed under C:\Program Files\Git where the path container space, which was not quoted by the appharbor program.
AppHarbor version: v1.2
The text was updated successfully, but these errors were encountered:
I suspect that my
git
was installed underC:\Program Files\Git
where the path containerspace
, which was not quoted by theappharbor
program.AppHarbor version: v1.2
The text was updated successfully, but these errors were encountered: