Hi Everyone,
I'm trying out Rovodev CLI but for some reason it doesn't seem to be configured properly to use the environment variables I have configured.
For instance, in terminal I can run all my git commands without issue, but when Rovodev CLI tries to do it, it is unable to find Git.
It also is unable to use basic powershell commands, like changing directory.
The agent always finds workarounds using other methods, but it shouldn't be that way.
I know it's not an environment issue because allc ommands run within Powershell, Terminal in VS Code, Bash, etc.
Anyone have any ideas?
Here's an example error:
git : The term 'git' is not recognized as the name of a cmdlet, function, script file, or operable program. Check...
spelling of the name, or if a path was included, verify that the path is correct and try again.
Agent response: It looks like git is not available in the current PowerShell environment. Let me try a different approach to check │
│ the current state of the workspace by examining the files and looking for any changes or uncommitted work.
@Jhon Pereda Rovo Dev runs commands inside its own sandboxed process, not your interactive PowerShell session, so it can’t see PATH entries you’ve set globally. If git isn’t on the system PATH (or installed in a standard location), the CLI won’t find it. Add Git’s bin folder to the system PATH and restart the CLI. After that, git and basic shell commands work as expected inside Rovo Dev.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.