Open SaadBazaz opened 1 week ago
A quick fix is wrapping it in a try-catch, and shoot a warning to the user that We could not initialize a git repository for your agent, as git was not found.
This should already be the case. If it's not, that's a bug.
This was resolved in #573
Some machines may not have the git CLI tool installed, at which point when our
usdk create
command tries to init a git repo, it may crash.A quick fix is wrapping it in a try-catch, and shoot a warning to the user that We could not initialize a git repository for your agent, as git was not found.