JetpackDuba / Gitnuro

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

Fetch all should skip missing remotes #153

Closed JasonEleventeen closed 1 year ago

JasonEleventeen commented 1 year ago

Describe the bug Fetch all should skip missing remotes

To Reproduce Delete a remote branch, fetch all

JetpackDuba commented 1 year ago

It should not, it should delete the remote branch reference locally. It's actually coded this way but there is a weird bug in JGit that produces an error instead of simply deleting the reference.

I've tried to debug it but without much success for now as I hadn't invested much time.

JetpackDuba commented 1 year ago

Ah there is already an issue about it. Closing this as it seems a duplicate, let me know if I've missunderstood you.