We store some git repositories on local fileservers. On finalbuilder-server I made a "Git-Trigger" which should trigger the build when repository is updated. I checked the option "Update from remote repository:". On "Remote repository:" I set "X:\pathToRemoteRepo". X:\ as mapped drive should be available for the trigger by setting the option "Map Network Share".
I always get error:
Could not update respository C:\pathToLocalRepo from X:\pathToRemoteRepo. 1 : fatal: 'X:\pathToRemoteRepo' does not appear to be a git repository fatal: The remote end hung up unexpectedly
Another approach was to set "X:\pathToRemoteRepo" as "Repository location" to observe. But the error was:
The repository location specified does not exist
Perhaps this occours because X:\pathToRemoteRepo is a bare Repo?
I simply want to monitor a git bare repository (with a finalbuilder git trigger) which is located on a mapped network share. Should be easy ...