Product: PowerShell Universal
Version: 2.6.0
We’re not able to get the Git sync to work yet and are seeing the following error in the notifications list:
Git Synchronization Failed
too many redirects or authentication replays
We are using a personal access token (pat) created in Bitbucket and tested the pat from the command line to clone the empty repo we set up for PSU. We also checked that the branch name was correct in app config settings.
Logs show:
[ERR] Failed to sync: too many redirects or authentication replays at LibGit2Sharp.Core.Ensure.HandleError(Int32 result)
at LibGit2Sharp.Core.Ensure.ZeroResult(Int32 result)
at LibGit2Sharp.Core.Proxy.git_clone(String url, String workdir, GitCloneOptions& opts)
at LibGit2Sharp.Repository.Clone(String sourceUrl, String workdirPath, CloneOptions options)
at UniversalAutomation.Git.GitService.Initialize() in D:\a\universal\universal\src\Universal.Server\Services\GitService.cs:line 140
at UniversalAutomation.GitSyncService.TrySync() in D:\a\universal\universal\src\Universal.Server\Services\GitSyncService.cs:line 119
at UniversalAutomation.GitSyncService.Sync() in D:\a\universal\universal\src\Universal.Server\Services\GitSyncService.cs:line 70
Appreciate any suggestions on troubleshooting steps.
Thank you for your help.