Failing git sync

Product: PowerShell Universal
Version: 3.4.0
Os: Ubuntu

This was working till yesterday and suddenly stopped working.

Any idea how I can fix this? Thanks

SSL error: syscall failure: Broken pipe

2022-10-17 08:29:26 [INFO]  (Hangfire.Server.BackgroundServerProcess) Server 76b29e26-ac3a-472a-8070-b54ecda8e94a all the dispatchers started
[20:29:27 INF] Now listening on: http://[::]:9018
[20:29:27 INF] Application started. Press Ctrl+C to shut down.
[20:29:27 INF] Hosting environment: Production
[20:29:27 INF] Content root path: /home/us-vpn
[20:29:33 WRN] Failed to determine the https port for redirect.
Target branch: refs/heads/main, Tracked Branch: refs/remotes/origin/main[20:31:00 ERR] Failed to sync: SSL error: syscall failure: Broken pipe    at LibGit2Sharp.Core.Ensure.HandleError(Int32 result) in C:\actions-runner\_work\universal\universal\src\libgit2sharp\LibGit2Sharp\Core\Ensure.cs:line 154
   at LibGit2Sharp.Core.Ensure.ZeroResult(Int32 result) in C:\actions-runner\_work\universal\universal\src\libgit2sharp\LibGit2Sharp\Core\Ensure.cs:line 172
   at LibGit2Sharp.Core.Proxy.git_remote_push(RemoteHandle remote, IEnumerable`1 refSpecs, GitPushOptions opts) in C:\actions-runner\_work\universal\universal\src\libgit2sharp\LibGit2Sharp\Core\Proxy.cs:line 2246
   at LibGit2Sharp.Network.Push(Remote remote, IEnumerable`1 pushRefSpecs, PushOptions pushOptions) in C:\actions-runner\_work\universal\universal\src\libgit2sharp\LibGit2Sharp\Network.cs:line 372
   at LibGit2Sharp.Network.Push(Remote remote, String pushRefSpec, PushOptions pushOptions) in C:\actions-runner\_work\universal\universal\src\libgit2sharp\LibGit2Sharp\Network.cs:line 331
   at LibGit2Sharp.Network.Push(IEnumerable`1 branches, PushOptions pushOptions) in C:\actions-runner\_work\universal\universal\src\libgit2sharp\LibGit2Sharp\Network.cs:line 240
   at LibGit2Sharp.Network.Push(Branch branch, PushOptions pushOptions) in C:\actions-runner\_work\universal\universal\src\libgit2sharp\LibGit2Sharp\Network.cs:line 216
   at UniversalAutomation.Git.GitService.Push() in C:\actions-runner\_work\universal\universal\src\Universal.Server\Services\GitService.cs:line 359
   at UniversalAutomation.GitSyncService.TrySync(GitStatus status, Boolean force, GitSettings settings) in C:\actions-runner\_work\universal\universal\src\Universal.Server\Services\GitSyncService.cs:line 171
   at UniversalAutomation.GitSyncService.Sync(Boolean force) in C:\actions-runner\_work\universal\universal\src\Universal.Server\Services\GitSyncService.cs:line 90```

Is this forum used at all? It’s the second time I try to ask a question but doesn’t seem active.

Try using an external git client. The LibGit2Sharp setup can be funky sometimes

I had to do this to get it to work with our locally hosted GitLab instance