Activity overview
Latest activity by Gayle Trujillo
The new connection dialog in SSMS 21 still seems to have a reconnecting issue — tabs created with it don’t restore automatically after reopening, unlike those using the classic method. It’s a small but noticeable glitch that could use a fix in upcoming updates for smoother workflow. / comments
The new connection dialog in SSMS 21 still seems to have a reconnecting issue — tabs created with it don’t restore automatically after reopening, unlike those using the classic method. It’s a small...
The issue is likely that the desktop app isn’t using the same SSH key settings as your CMD window. Make sure your SSH key is added to ssh-agent and that the desktop’s built-in Git is pointing to the same .ssh folder. Update the app’s .gitconfig or set GIT_SSH_COMMAND to match your global Git configuration. Also, check that the remote URL is using the correct ssh format. / comments
The issue is likely that the desktop app isn’t using the same SSH key settings as your CMD window. Make sure your SSH key is added to ssh-agent and that the desktop’s built-in Git is pointing to th...