1. Simone Olianti
  2. PowerBuilder
  3. Wednesday, 5 June 2024 09:11 AM UTC

Hello since this morning i get the following issue everytime i try to push changes to my GitHub project

 ---------- Source Control: Errors   (11:00:58)
Git detail error info: Early EOF
Git client error code: Unexpected EOF.
Failed to push workspace.
 ---------- Finished Errors   (11:00:59)

If i try to push my work from git bash everything working fine
If i try to push my work from TortoiseGit everything working fine
Only from PowerBuilder IDE i get this issue

I've also tried to git clone my workspace from tortoisegit but after the successful clone i still get the same issue

this is my pb git config file:
[core]
    repositoryformatversion = 0
    filemode = false
    bare = false
    logallrefupdates = true
    symlinks = false
    ignorecase = true
[remote "origin"]
    url = https://github.com/start2ar/start22r3
    fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
    remote = origin
    merge = refs/heads/master
[user]
    name = simone
    email = simone@start2.it

Apparently nothing changed in any configuration files, and also my co-worker working from a remote machine getting exactly the same issue.
I've also tried to regenerate a token from GitHub and logging to Git from Pb using the new key but even this solved the issue

Any ideas?
TIA,

    Simone

PowerBuilder 2022 R3 (3356)
Git for Windows v2.45.2.windows.1
TortoigeGit 2.16.0.0

 

***Update***

Now the error changed to (pushing from tortoisegit or command line still working):

---------- Source Control: Errors   (13:04:23)
Git detail error info: Request failed with status code: 500
Git client error code: Generic error.
Failed to push workspace.
 ---------- Finished Errors   (13:04:23)


Ramón San Félix Ramón Accepted Answer Pending Moderation
  1. Monday, 17 June 2024 16:05 PM UTC
  2. PowerBuilder
  3. # 1

It now works normally. It must have been a Github thing.

Comment
  1. Simone Olianti
  2. Monday, 17 June 2024 16:11 PM UTC
i confirm, it's been 2 days now working normally
  1. Helpful
There are no comments made yet.
Ramón San Félix Ramón Accepted Answer Pending Moderation
  1. Monday, 10 June 2024 06:03 AM UTC
  2. PowerBuilder
  3. # 2
Since Thursday June I have also experienced the same errors:

---------- Source Control: Errors (9:46:47)
Git detail error info: Early EOF
Git client error code: Unexpected EOF.
Failed to push workspace.
---------- Finished Errors (9:46:47)

---------- Source Control: Errors (9:55:44)
Git detail error info: Request failed with status code: 500
Git client error code: Generic error.
Failed to push workspace.
---------- Finished Errors (9:55:44)

I have not changed anything in my configuration, it seems that when I make a small commit it goes well, but if I have changed several objects or made several commits and then I do a push it fails.


I have tried to reclone the repository and regenerate all the pbls, but it still gives me the same errors.

In my case, on my home computer, I have been able to do the push from the console, but on the office computer I have not been able to do it with the console or with tortogit.


I don't know what's happening, I've been using PB with Git for a long time without problems...

Comment
  1. Simone Olianti
  2. Monday, 10 June 2024 06:44 AM UTC
i've also tried tried to recreate the git project from scratch, but still getting same error on every client. Looks like something has changed server side that is causing this issue. In my case pushing from command line (git bash or tortoisegit) working ok, only from the pb ide it doesn't work
  1. Helpful
There are no comments made yet.
Benjamin Gaesslein Accepted Answer Pending Moderation
  1. Thursday, 6 June 2024 06:50 AM UTC
  2. PowerBuilder
  3. # 3

Hi Simone,

I would just use a proper git client. PBs git integration is too clunky and opaque for me even when it does work. PB is hiding the actual git output so it's very hard to troubleshoot. Just make sure to use PB's "Refresh" after git operations.

Comment
There are no comments made yet.
Matt Balent Accepted Answer Pending Moderation
  1. Thursday, 6 June 2024 02:54 AM UTC
  2. PowerBuilder
  3. # 4

If you changed your login credentials you might get this.  But it looks like you checked for that.

In the past I have exported any changes.

Created new local folder (you are abandoning your old local repo).

Clone into new folder from Git.

Switch from old workspace to new workspace.

Re-import your exports.

Commit/push...

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.