I can't get PowerBuilder to successfully check out a git project (this did work at one time - not sure what's changed).
This works fine for every other developer that tries, so there's something misconfigured on my machine specifically, but I'm not sure what.
I've upgraded to the latest version, 2022 R2 Build 2819 (things didn't work on my machine with the last version either, so the upgrade didn't help).
When I startup PowerBuilder:
- I connect to a workspace,
- fill out the form with the git project and my credentials,
- create a new checkout directory
- successfully connect to the git repo
- leave the "Regenerate all PBLs with the source code after download checked" (tried with this checked and unchecked - fails both ways).
When I click Ok, it connects to the repo, downloads all the files, spits out tons of lines like:
"PBL regeneration - Importing <xxx>"
Then at the end, the last log line says:
"Opening Workspace..."
and then a popup appears: "Targets - Not Opened"
"The following targets could not be opened and will be removed from the workspace"
and it lists all the .pbt files in the workspace
When I click "Ok", there is nothing left in the workspace.
If I try to manually add a target, it says "Could not add target because the target "c:\<whatever target>.pbt" could not be created.
Any suggestions to get this to work?