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
There is a project that is embedded in another git project and Rowan guesses wrong when it decides that the project is a git project ... RwGitTool>>gitstatusIn:with: can return bogus status information:
in this case the rowan and src directories are nowhere to be found ... and the git repository that the project is sitting in has not modifications ...
Here are the repositoryRootPaths for the two projects:
There is a project that is embedded in another git project and Rowan guesses wrong when it decides that the project is a git project ...
RwGitTool>>gitstatusIn:with:
can return bogus status information:in this case the rowan and src directories are nowhere to be found ... and the git repository that the project is sitting in has not modifications ...
Here are the repositoryRootPaths for the two projects:
The root cause of this is that the generateGs is incorrectly identified as a git project:
The text was updated successfully, but these errors were encountered: