1. Kevin Thompson
  2. PowerBuilder
  3. Wednesday, 15 December 2021 22:00 PM UTC

I'm having a problem when using Git push to a TFS repository.  After I added the source control, I go and select Git Push which bring up the Git login window.  I copy in the TFS repository URL and then test the connection and I get this error:

The Git Login window

 

 

 

Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 15 December 2021 22:22 PM UTC
  2. PowerBuilder
  3. # 1

Hi Kevin;

   Can you tell us ...

  • What version & build of PB are you using?
  • What version & build of the GIT Client software are you using?
  • What version & build of TFS are you using?
  • Did the "Add to Source Control" work OK?
  • Can you connect to TFS via other software OK (ie: GIT/TFS) utility?

Regards ... Chris

 

Comment
  1. Kevin Thompson
  2. Thursday, 16 December 2021 13:40 PM UTC
Chris,

Thank you for taking the time to look into this.

What version & build of PB are you using?

- Version 2017 R3 build 1951

What version & build of the GIT Client software are you using?

- v2.34.1

What version & build of TFS are you using?

- build 16572 & Version 16.131.27701.1

Did the "Add to Source Control" work OK?

- Yes

Can you connect to TFS via other software OK (ie: GIT/TFS) utility?

- Yes



  1. Helpful
There are no comments made yet.
Tom Jiang @Appeon Accepted Answer Pending Moderation
  1. Thursday, 16 December 2021 13:53 PM UTC
  2. PowerBuilder
  3. # 2

Hi Kevin,

If you are using a proxy server, please configure the proxy server IP address and port number in the PB.ini file (by default, the INI file is located in C:\Users\<username>\appdata\local\appeon\powerbuilder 19.0\ in Windows 7 or later). Copy the following section to the INI file and set the appropriate value for the proxy server:

[SourceControlProxy]
Url=192.0.0.88
Port=80
Username=
Password=
Timeout=10

BTW, I also suggest that you try if you can connect successfully using TortoiseGit to your repository.

Regards,

Tom Jiang

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.