Why is the UiPath Studio integration with GIT not working in versions 22.10 and 23.10 of UiPath Studio?ersions?
Issue Description:
In Studio 22.10.x, when attempting to establish a connection to GIT, it fails to establish the connection. This issue persists even after validating the use of Personal Access Tokens (PAT), verifying SSO settings, checking GitHub Read/Write permissions, and confirming Firewall and VPN connections.
Error: " LibGit2Sharp.LibGit2SharpException: failed to parse supported auth schemes: The operation identifier is not valid."
Resolution:
A known issue related to Studio's connectivity to GIT has been resolved by adding the Schannel flag in Studio versions starting from 23.10.1 and higher.
This solution requires the system environment variable UIPATH_STUDIO_GIT_USE_SCHANNEL to be set as 1 in a >=23.10.1 Studio version.
Steps to follow:
- Upgrade Studio to a version 23.10.1 or higher. It is recommended to use this installer
- Close UiPath Studio
- Run the below command in a powershell.exe console as an Administrator user.
[Environment]::SetEnvironmentVariable("UIPATH_STUDIO_GIT_USE_SCHANNEL", "1", "Machine")
Example:
Results:
- Open UiPath Studio and retry the Git Authentication/operation from UiPath Studio