Activity overview
Latest activity by Gayle Trujillo
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...