ADT_Frontend icon indicating copy to clipboard operation
ADT_Frontend copied to clipboard

Kurzdump with Platinum-GUI 750 Rev.9

Open MBartsch71 opened this issue 5 years ago • 1 comments

Hi Lars,

I got the following short dump, when trying to access a repository from ADT via ABAPGIT. I added the short dump here.

Can you pease check this behaviour?

Thanks for your help Matthias

ST22_ABAPGIT.pdf

MBartsch71 avatar May 03 '20 14:05 MBartsch71

thanks,

its a popup triggered by the 2FA code. The 2FA implementation will be removed soon, see https://github.com/larshp/abapGit/issues/3150

workaround: use personal access tokens to log in

13 METHOD ZCL_ABAPGIT_2FA_AUTH_REGISTRY=CP ZCL_ABAPGIT_2FA_AUTH_REGISTRY=CM004 14
 ZCL_ABAPGIT_2FA_AUTH_REGISTRY=>POPUP_TOKEN
 12 METHOD ZCL_ABAPGIT_2FA_AUTH_REGISTRY=CP ZCL_ABAPGIT_2FA_AUTH_REGISTRY=CM005 20
 ZCL_ABAPGIT_2FA_AUTH_REGISTRY=>USE_2FA_IF_REQUIRED 

larshp avatar May 04 '20 06:05 larshp