Unable to commit to remote repository

0
Hi,  Im trying to commit to the repository of my employee and I keep getting this message:   anyone know what this means?   thanks in advance!   here are the details: LibGit2Sharp.NonFastForwardException: cannot push non-fastforwardable reference    at LibGit2Sharp.Core.Ensure.HandleError(Int32 result) in /_/LibGit2Sharp/Core/Ensure.cs:line 154    at LibGit2Sharp.Core.Proxy.git_remote_push(RemoteHandle remote, IEnumerable`1 refSpecs, GitPushOptions opts) in /_/LibGit2Sharp/Core/Proxy.cs:line 2263    at LibGit2Sharp.Network.Push(Remote remote, IEnumerable`1 pushRefSpecs, PushOptions pushOptions, ProxyOptions proxyOptions) in /_/LibGit2Sharp/Network.cs:line 403    at Mendix.Modeler.VersionControl.Actions.GitPushAction.Push(Repository repo, Option`1 refSpec, Remote remote, PushOptions options) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl\Actions\Git\GitPushAction.cs:line 92    at Mendix.Modeler.VersionControl.Actions.GitPushAction.Execute(Repository repo, Option`1 refSpec) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl\Actions\Git\GitPushAction.cs:line 61
asked
1 answers
0

Hi Irsjaad, did you check this StackOverflow post?

answered