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
In repositories with SSH authentication GitBuddy hangs at the "Fetching tags" stage. It attempts to run git fetch --tags origin --no-recurse-submodules -q, but this command requires an SSH key passphrase from the standard input stream to proceed for some remotes. Since GitBuddy doesn't provide it, the whole GitBuddy process hangs with no visible feedback.
The text was updated successfully, but these errors were encountered:
In repositories with SSH authentication GitBuddy hangs at the "Fetching tags" stage. It attempts to run
git fetch --tags origin --no-recurse-submodules -q
, but this command requires an SSH key passphrase from the standard input stream to proceed for some remotes. Since GitBuddy doesn't provide it, the whole GitBuddy process hangs with no visible feedback.The text was updated successfully, but these errors were encountered: