JetpackDuba / Gitnuro

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

Remote authentication is not supported!!! #196

Closed GorIvanov closed 5 months ago

GorIvanov commented 5 months ago

This app can't be used because authentication is not supported for remote repositories... Please fix this, because without that this app doesn't make any sense. It's useless.

JetpackDuba commented 5 months ago

Without more information there isn't much I can do. What is failing? HTTP or SSH? Gitnuro supports both

GorIvanov commented 5 months ago

Can't push via HTTP image

JetpackDuba commented 5 months ago

There seems to be something weird going on. A few questions: Are you using some kind of credentials manager? What OS are you using? Is it a public repository (or a public service such as Github/Gitlab/etc)?

--

Can you share the logs? Windows %LOCALAPPDATA%\Gitnuro\logs Linux ~/.local/state/gitnuro/logs (Unless you have defined XDG_STATE_HOME with a different path). Mac UserHome/Library/Logs/com.jetpackduba.Gitnuro/

The logs may have references to the remote URL, please remove them if that is sensible data.

GorIvanov commented 5 months ago

This is a private repository (self-hosted) based on Gitea. I use Windows 11. When I use other apps like Sourcetree, Gitkraken, Gitahead...there is authentication request (automatically asked me to insert username and password). For example, this form Gittyup: image

Here are logs: image

JetpackDuba commented 5 months ago

You are using Git Credentials Manager, please check the last section of the FAQ https://github.com/JetpackDuba/Gitnuro/#faq

El lun, 8 ene 2024, 20:47, Gor Ivanov @.***> escribió:

This is a private repository (self-hosted) based on Gitea. I use Windows 11. When I use other apps like Sourcetree, Gitkraken, Gitahead...there is authentication request (automatically asked me to insert username and password). For example, this form Gittyup: image.png (view on web) https://github.com/JetpackDuba/Gitnuro/assets/39217038/e3371763-6fcd-44ef-98f2-801670a5488b

Here are logs: image.png (view on web) https://github.com/JetpackDuba/Gitnuro/assets/39217038/7dfe340a-129d-49e5-97f9-47f2cc3de3f4

— Reply to this email directly, view it on GitHub https://github.com/JetpackDuba/Gitnuro/issues/196#issuecomment-1881720296, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEBCHXFSZ3RTMDDRRQPCH2LYNREMZAVCNFSM6AAAAABBRRMGYOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBRG4ZDAMRZGY . You are receiving this because you commented.Message ID: @.***>

GorIvanov commented 5 months ago

Thank you! It works. Not the easiest way but ok.

JetpackDuba commented 5 months ago

The error should be improved. I'll add it to #30