@adam thanks for your help. I was able to get the previous commits pushed, but now it fails to push automatically. If I enter the directory, I see that a push is waiting and can push manually, but I’m seeing this in the logs:
2020-07-14T22:49:00.9377294-05:00 [ERR] Failed to sync: "programdata configuration file owner is not valid" " at LibGit2Sharp.Core.Ensure.HandleError(Int32 result) at LibGit2Sharp.Core.Proxy.ConvertPath(Func``2 pathRetriever) at LibGit2Sharp.Core.Proxy.git_config_find_programdata() at LibGit2Sharp.Configuration..ctor(Repository repository, String repositoryConfigurationFileLocation, String globalConfigurationFileLocation, String xdgConfigurationFileLocation, String systemConfigurationFileLocation) at LibGit2Sharp.Repository.<>c__DisplayClass25_1.<.ctor>b__3() at System.Lazy``1.ViaFactory(LazyThreadSafetyMode mode) at System.Lazy``1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) at System.Lazy``1.CreateValue() at LibGit2Sharp.Repository.get_Config() at LibGit2Sharp.Branch.RemoteNameFromLocalBranch() at LibGit2Sharp.Branch.get_RemoteName() at LibGit2Sharp.Commands.Pull(Repository repository, Signature merger, PullOptions options) at UniversalAutomation.Git.GitService.Pull() in C:\src\universal\src\UniversalAutomation.Git\GitService.cs:line 225 at UniversalAutomation.GitSyncService.TrySync() in C:\src\universal\src\UniversalAutomation\Services\GitSyncService.cs:line 83 at UniversalAutomation.GitSyncService.Sync() in C:\src\universal\src\UniversalAutomation\Services\GitSyncService.cs:line 54" (2d6ed692)
