I have setup EC2 instance with Windows as a Jenkins Slave. I have configured GIT and trying to build the code using MSBUILD. Unfortunately, GIT commands are failing with the following error
fatal: protocol error: bad line length character: No s
Questions:
1/ Do I need to create a jenkins user in order to access the code repo? I am currently running as 'Administrator' user
2/ Any other recommendations to setup windows slave for Jenkins other than EC2 instance?
any help is appreciated. Thanks.