I try the below commands via Jenkins:
cd C:\Users\C51539A\Downloads\TestRepository
git config --global user.name "Ajith-Raman"
git init (optional)
git add .
git commit -m "Test Results Updated"
git checkout -b master (optional)
git push -u origin master (Also tried "git push origin master", "git push origin HEAD:master", "git push origin HEAD:refs/remotes/origin/master")
Commands till commit succeed. But push is stuck. Kindly find the screenshot below:enter image description here
Please help.
Note: git remote -v and git show-ref display the appropriate results.