Giter Site home page Giter Site logo

Comments (16)

crschnick avatar crschnick commented on May 26, 2024

Hmm, if it's pulling successfully that eliminates already a lot of potential causes.

For debugging, is this a general issue or repo specific? I.e. if you create a temporary test repository, maybe push a few connections from mac, does that also happen to not push from windows?

What kind of connections are you trying to push from windows?

I assume that you using the latest version 1.7.16.

from xpipe.

rainrdx avatar rainrdx commented on May 26, 2024

I have been using 1.7.16 but the same happened to 1.7.15. I just moved recently so I won’t be able to use my computer in the day. I will update you with more debugging information later today. Thank you!!

from xpipe.

crschnick avatar crschnick commented on May 26, 2024

I think someone else had a similar problem but I was unable to diagnose it, so this might not be an isolated issue.

For debugging, I think the only thing that you would need to do is start it up in debug mode, create a new connection in a category that is set to be shared, close xpipe, and send me the log somewhere.

from xpipe.

rainrdx avatar rainrdx commented on May 26, 2024

Thank you. I turned on debug mode and turned out I did not set up global user name/email. Anyways user error and sorry about that. However, it is weird that when I choose restart in debug mode in the app, it will flash the prompt that this starts in debug mode, etc. and the app quits. I have to manually double click the .bat file to run the app in debug mode...

from xpipe.

crschnick avatar crschnick commented on May 26, 2024

Wait there is an error printed but there is no error popup in xpipe? There should be one if git is not configured correctly to push.

With regards to the debug mode, there might be a race condition. I have to test that.

from xpipe.

rainrdx avatar rainrdx commented on May 26, 2024

Wait there is an error printed but there is no error popup in xpipe? There should be one if git is not configured correctly to push.

With regards to the debug mode, there might be a race condition. I have to test that.

Correct. There is an error printed out but no error popup in xpipe. Thank you always for working on this.

from xpipe.

crschnick avatar crschnick commented on May 26, 2024

In the debug log, it should tell you with what exit code the git command that complained about missing user/email finished. If that returned 0 for you, I might have to adapt the handling of errors.

from xpipe.

rainrdx avatar rainrdx commented on May 26, 2024

In the debug log, it should tell you with what exit code the git command that complained about missing user/email finished. If that returned 0 for you, I might have to adapt the handling of errors.

Sorry I am heading out to work now so I will try to get it to you tonight. Always thank you for working on this.

from xpipe.

rainrdx avatar rainrdx commented on May 26, 2024

This is the relevant part I believe:

20:03:57:549 - trace: [proc] Read: 128END
20:03:57:549 - trace: [proc] Read stderr {
output=
| Author identity unknown
|
| *** Please tell me who you are.
|
| Run
|
| git config --global user.email "[email protected]"
| git config --global user.name "Your Name"
|
| to set your account's default identity.
| Omit --global to set the identity only in this repository.
|
| fatal: unable to auto-detect email address (got 'rdx@DESKTOP-7I2V6AD.(none)')
}
20:03:57:549 - info: [proc] Command finished {
command=git commit -m "Update data" >NUL
finishReason=NORMAL_FINISH
exitCode=128
}

from xpipe.

crschnick avatar crschnick commented on May 26, 2024

Ohh it is the commit that fails. I should be able to fix that

from xpipe.

rainrdx avatar rainrdx commented on May 26, 2024

Thank you!!

from xpipe.

TSJasonH avatar TSJasonH commented on May 26, 2024

I just did a test of setting up xpipe on my Windows 10 machine and it only pulled part of my git repo, and also will not push changes back. Works fine from my linux machines.

from xpipe.

crschnick avatar crschnick commented on May 26, 2024

Does this happen even when you manually set the git author identity via

git config --global user.email "[[email protected]](mailto:[email protected])"
git config --global user.name "Your Name"

?

This issue should also be fixed by the way in https://github.com/xpipe-io/xpipe-ptb/releases/tag/8.0-3 as it should properly throw an error when the author identity isn't set.

from xpipe.

TSJasonH avatar TSJasonH commented on May 26, 2024

Ah yes, setting my global args seems to have resolved it. Thanks!

from xpipe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.