1. Boris Krylov
  2. PowerBuilder
  3. Tuesday, 16 April 2019 19:52 PM UTC

Currently the only option to use Git in PB17 is to have git server set up for http or https. What about internal ssh accessible server? Is it going to be supported or anyone have tried to make it work through ssh?

 

Gian Luca De Bonis Accepted Answer Pending Moderation
  1. Wednesday, 9 March 2022 15:11 PM UTC
  2. PowerBuilder
  3. # 1

From March 1st, Bitbucket seems to require SSH (and basic doesn't work any longer). That means that we can now only use commandline or Torstoise Git for pushing/pulling...

Comment
  1. Tom Jiang @Appeon
  2. Thursday, 10 March 2022 07:39 AM UTC
On the Bitbucket website

1. From your avatar in the bottom left, click Personal settings.

2. Click App passwords under Access management.

3. Click Create app password.

4. Give the app password a name related to the application that will use the password.

5. Select the specific access and permissions you want this application password to have.

6. Copy the generated password and either record or paste it into the application you want to give access. The password is only displayed this one time.



On PowerBuilder IDE

Follow the instructions below to connect to the workspace:

https://docs.appeon.com/pb2021/pbug/Using_Source_Control.html#git_get

Note: Don’t put your email address in PowerBuilder IDE for the user ID. You user ID is the part in your repository URL that uniquely identify you from other Bitbucket users.

  1. Helpful 1
  1. Julie Jiang @Appeon
  2. Thursday, 10 March 2022 09:03 AM UTC
Hi GL,



Although BitBucket does not support basic authentication (user name and password), there is still one option: log in using your user name + personal access token.



Best regards, Julie
  1. Helpful
  1. Gian Luca De Bonis
  2. Thursday, 10 March 2022 10:08 AM UTC
Summary for Bitbucket users

* basic authentication is not supported since 01/03

* SSH works unchanged, and you can use this with Git commandlne or Tortoise Git. In this case, you can clone the repository and open the workspace from PB. You can change and commit - just you can't push/pull

* to integrate with PB you need to:

1) use the clone HTTPS (not SSH)

2) put your userid (not email) as User ID (you can check your user ID in your profile's settings)

3) put as Password/Token the Application password created as described above by Tom



AFAIK, the Password Access Token is not any longer supported in Bitbucket cloud. But there is no need to use it.



Thanks everybody for the help!
  1. Helpful
There are no comments made yet.
Julie Jiang @Appeon Accepted Answer Pending Moderation
  1. Friday, 29 October 2021 08:52 AM UTC
  2. PowerBuilder
  3. # 2

Hi Claas,

We are steadily enhance the support for Source Control based on the priority of requests collected. For the past enhancements, you may refer to: https://docs.appeon.com/pb2019r3/whats_new/Source_control_enhancements.html, https://docs.appeon.com/pb2019r2/whats_new/ch01s08.html, etc.

Because there are very few requests for this feature "Using Git Source Control with SSH Authentication", sorry to say we have not implemented it yet. 

Best regards, Julie

 

Comment
There are no comments made yet.
Julie Jiang @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 17 April 2019 03:33 AM UTC
  2. PowerBuilder
  3. # 3

Hi Boris,

 

Thanks for bringing this up. "Using Git Source Control with SSH Authentication" is not implemented in the product yet but we will consider to add it in the future version when possible.

Best regards...Julie

Comment
  1. SLIS™ Ship Logistic Information System
  2. Friday, 29 October 2021 07:43 AM UTC
Hey Julie,



any news regarding the support of GIT+SSH?



Regards

Claas
  1. Helpful
  1. Marcin Jurkowski
  2. Thursday, 6 January 2022 11:50 AM UTC
Hi,

was there any update on GIT & SSH support?

Regards,

Marcin
  1. Helpful
  1. Armeen Mazda @Appeon
  2. Thursday, 6 January 2022 16:22 PM UTC
No plans to support this because not enough requests. You can periodically view the roadmap page to get idea what new features we are planning: https://www.appeon.com/developers/roadmap
  1. Helpful 1
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.