I am trying to test using Git for source control with PB 2017 R2. I can successfully add all the objects in my workspace to my local Git repository through PowerBuilder, but when I try to push to the remote Bitbucket repository (which we host on one of our servers on our network) I get the error: “Failed to log on the server: [url to my remote git repo] Error: Requested object could not be found”
I know it isn’t a credentials issue because when I enter an incorrect user or password I get the error specifically about the username and password.
I also know the url is correct because I can clone/push to the repository through the git command line utility. Also, if I change the url to an incorrect one I get a different error of “url is invalid” when trying to push in PowerBuilder.
Any help is appreciated. Thanks.