JetpackDuba / Gitnuro

A FOSS Git multiplatform client for newbies and pros
https://gitnuro.com/
GNU General Public License v3.0
872 stars 44 forks source link

SSH regression from 1.2.1 to 1.2.0 #132

Closed suwermave closed 8 months ago

suwermave commented 1 year ago

Describe the bug When trying to clone repo or create branch Gitnuro asks for password. It happens to be a password for SSH key (passphrase). In 1.2.1 I was trying to insert both passphrase and Gitlab password, and not only Gitlab but it failed loading forever. After installing 1.2.0 and inserting passphrase it worked smoothly.

I am extremely sorry, not much time right now to format the issue correctly

Desktop

JetpackDuba commented 1 year ago

Hey, thanks for your report!

That's... Unexpected, as the only change from Gitnuro's part was related to enabling additional SSH format. Perhaps the upgrade to libssh 0.10.5 (from 0.10.4) broke something.

Can you please get the logs from $HOME/.gitnuro ? Running the app from the command line with flatpak run com.jetpackduba.Gitnuro will also output the logs.

suwermave commented 1 year ago

gitnuro.log Here you go

JetpackDuba commented 1 year ago

Are you perhaps using SSH keys without password?

suwermave commented 1 year ago

No, don't think so

JetpackDuba commented 11 months ago

Sorry for the late response. Are you perhaps using a custom SSH configuration? This file to be more precise: ~/.ssh/config (or a custom path).

JetpackDuba commented 8 months ago

Could you please test with the latest version of Gitnuro to check if that bug still reproduces?

JetpackDuba commented 8 months ago

I'm closing the issue for now, let me know if it still reproduces and we can reopen it.