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
The Error shows up in the log.py file in the function show_logs. He tries to to create a list of the active repo, because it is detached it throws an error.
I Suggest to use the connection.repo.head.is_detached function to find out if the header is detached, before using the connection.repo.iter_commits function.
An Idea would be to show some text what you can do or how to get back or make a new branch out of this detached head or just print out where the attached head occurred.
No description provided.
The text was updated successfully, but these errors were encountered: