intersystems / git-source-control

Server-side source control hooks for InterSystems' platforms to facilitate use of git, especially in shared and/or remote development environments and for interoperability graphical editors
12 stars 8 forks source link

Fail more gracefully with https remotes #235

Open isc-tleavitt opened 1 year ago

isc-tleavitt commented 1 year ago

Using portable git 2.39.1 (in case that's relevant)

Hit an issue where it popped up the git credential manager selector as the IRIS service user, causing the session to hang.

Need to investigate at least failing more gracefully when this happens, but maybe even revisit using username/password to authenticate against Git for push/pull/fetch.

isc-tleavitt commented 1 year ago

279 might end up doing something even better for this case.