Results 1797 comments of Sebastian Thiel

Thanks for reporting! By now, it seems all this has changed as is visible in the screenshot below. Manually named ref-names seem to work just like automatically named ones. Is...

As a workaround, by now there is the alternative `Git executable` method to push and fetch remote repositories. If Git can do it, so now can GitButler. Does that work...

I have looked into this and created a PR which would help the UI to show a specific message to help with this case. It's notable though the it's still...

Thanks for the heads-up! What does Git do in the same situation? I presume it just works? Or does it print anything? Also, which platform are you on and which...

That's true, thus far we can only reproduce the variant where both `onefetch` and `git` have trouble reading the include file, but not what you are describing unfortunately. Seeing the...

Thanks a lot! It doesn't look like `git` is actually run as root, so `onefetch` and `git` should have the same permissions when launched. Yet, `onefetch` can't read a file...

That's definitely bringing us closer, thanks so much for trying and validating the 'build-from-source' route. Since we have come such a long way, I feel a little more information might...

That's great detective work! I think the `strace` would show that it does indeed just try to access one of the included files, but since these of course aren't included...

I started small and added the path in addition to a message alluding to the failure to include the given configuration file, along with the source of the issue which...

Thanks for letting me chime in @spenserblack ! When looking into how `gengo` works I noticed that you are the author, congratulations for the new crate :)! I suppose that...