How to run UiRobot.exe /f in Git Bash

Hi,
I’m trying to use Git Bash (Linux terminal emulator) to run UiRobot from the commandline but running into some issues below. How can I run this in Git Bash.

$ UiRobot.exe /f "/c/Users/keemy/Desktop/uipath/lesson1/Lesson1Proj/Main.xaml"
Topshelf.HostFactory Error: 0 : An exception occurred creating the host, Topshelf.HostConfigurationException: The service was not properly configured:
[Failure] Command Line An unknown command-line option was found: ARGUMENT: F:/
[Failure] Command Line An unknown command-line option was found: ARGUMENT: C:/Users/keemy/Desktop/uipath/lesson1/Lesson1Proj/Main.xaml
[Success] Name UiRobotSvc
[Success] DisplayName UiPath Robot
[Success] Description UiPath Robot Service
[Success] ServiceName UiRobotSvc
   at Topshelf.Configurators.ValidateConfigurationResult.CompileResults(IEnumerable`1 results)
   at Topshelf.HostFactory.New(Action`1 configureCallback)

Thanks for the help