hi Mark
From the log it only shows that the last command that was executed by the git plugin is
git --version
it did not do git checkout -f origin/master or origin/main
And if I do the commands lik git --version, it works fine. I have the git version 1.9.3 on my mac box
Now, for sub modules. No I dont have different sub modules. It is one simple repository and there is no mix of it
I did login as the same ssh user that Jenkins master is using to create the slave.
The problem is that i have tried 3 slave mchines , creating them seprately, trying the ssh start.One of them I tried with java start way so that I could get a UI terminal.
The other thing I am yet to try is ssh with a private key. I will try that in one hour and up date. But I am stuck for a week now on this. There should be more diagnostics that this. The lastresort is to debug the goit plugin. Is there any way that i could do so ,?
Where can I find sintructions for the same? It would really help me .