I am trying to use Openedge PDS to PUSH to remote GIT, but getting an error that refer to authorization. I wonder where I can find the logfile ? If I do this using GIT cmd interface, everything works swell.
What git plugin are you using? Typically in eclipse, most plugins write to the single workspace log. The file can be found at <workspace>/.metadata/.log. (yes, the file has no name, just an extension).
What git plugin are you using? Typically in eclipse, most plugins write to the single workspace log. The file can be found at <workspace>/.metadata/.log. (yes, the file has no name, just an extension).
Also, how is your git server configured? Is it setup to use a token (i.e. SAML), or does it allow user+password auth?
Thanks Matt, then I found some messages that I needed to fix. It seems to work now...