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
This is a limitation of the GitPython module that is being used by the configurator. When the push is triggered, the current directory is being used, and apparently the library has trouble when something different that the base of the repository is active. There might be a solution for this, but since there is a known workaround this has low priority.
My directory structure looks like this
I can edit and commit any file in these directories.
The problem is that if I try to push git changes from any sub directory I get the message "/config/core".
But nothing gets pushed to the origin.
If I click on the push button within the top directory I get a proper message like "pushed to ssh://...".
I guess this is a bug, a git push should work from any directory within the git structure.
The text was updated successfully, but these errors were encountered: