extrawurst

Results 715 comments of extrawurst

can you share the way your remote is setup in `.git/config`? for it looks like: ``` [remote "origin"] url = [email protected]:extrawurst/gitui.git ```

> i think the issues is in the fact **gitui** does **git push ** instead of **git push origin **. Is there any way to make the latter the default...

@dmytro-tolkodubov I cannot see anything obviously problematic unfortunately. Could you run `gitui -l` so that it writes to the log file and share if there is anything more telling in...

> @extrawurst did execute with -l flag, but can't find the output where the log should have been saved to :). https://github.com/extrawurst/gitui#diagnostics

you did not try to push in that session

Ok I have no idea what's happening there. Maybe @jamesb93 can check the config and log, too.

Thanks man, the push feature is still quiet new and there are so many flavours of how this can fail, but I am sure we will find the culprit of...

@ser-drephs > Can't provide a Log, because Log Folder is not documented for Windows. [dirs-next](https://crates.io/crates/dirs-next) docs say it is supposed to be here: `{FOLDERID_LocalAppData}` keep in mind that you still...

looks like a dup of https://github.com/extrawurst/gitui/issues/1194