1. Stefano Calciati
  2. PowerBuilder
  3. Wednesday, 29 January 2020 14:30 PM UTC

I have a problem with GIT from IDE powerbuilder.

I use PB2017 R3 Build 1915

I can Pull and commit with success but when i try to push i receive this message:

Starting to push workspace...
Git client is pushing workspace. Please wait...
Pushing current objects: 0, total objects: 129.
Pushing current objects: 20, total objects: 129.
Pushing current objects: 24, total objects: 129.
Git client error code: Generic error.
Failed to push workspace.
Git push completed.
---------- Done Source Control

I don't know why?

I have do "Resolve" and i have no conflict and i have do "Refresh" but i have not to refreshing

Tom Jiang @Appeon Accepted Answer Pending Moderation
  1. Thursday, 30 January 2020 03:10 AM UTC
  2. PowerBuilder
  3. # 1

Are you working on the master branch? Currently, you can only push the master branch from PB. So if you have anything on the master branch that fails the push, you will always get an error.

Additionally, you can use TortoiseGit to do a push and see if it is successful or if it gives a specific error. 

Comment
There are no comments made yet.
George Hannah Accepted Answer Pending Moderation
  1. Friday, 13 May 2022 19:21 PM UTC
  2. PowerBuilder
  3. # 2

In a cmd window, cd to your source folder (the one with a hidden .git folder) and type git push. In my experience, this will provide a more detailed error message and should lead you to a resolution. In several cases, GIT has provided me with the correct fix. 

 

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.