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
<path>\openapi-forge\src\common\generatorResolver.js:36
throw new Error(
^
Error: Generator URL C:devopen-api-forgeopenapi-forge-java-initial does not end with ".git", check that the URL points to a valid generator
There are a couple of things to consider here:
Will it be ambiguous whether a given argument is a relative path, an absolute path or a URL?
Does the schema argument support absolute paths? If not, should it?
Do the other commands support absolute paths? If not, should they?
The text was updated successfully, but these errors were encountered:
About the windows side of things, my guess is fs.existsSync on windows native directories in git-bash doesn't get validated correctly maybe. For the git error part, the path is still validated as an URL which triggers that as a git repo automatically to be fetched with git.
Tried to run the following command (on Git Bash):
It gives the error:
There are a couple of things to consider here:
The text was updated successfully, but these errors were encountered: