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
But I get an error: _pygit2.GitError: local push doesn't (yet) support pushing to non-bare repos.
At the same time, the console cmd is working: git push origin temp
How can I solve this problem via pygit2?
The text was updated successfully, but these errors were encountered:
I have changed a submodule and want to update the repository of this submodule.
But I get an error:
_pygit2.GitError: local push doesn't (yet) support pushing to non-bare repos.
At the same time, the console cmd is working:
git push origin temp
How can I solve this problem via pygit2?
The text was updated successfully, but these errors were encountered: