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)