Hello everyone,
I am facing an issue while trying to integrate GitHub with LoadRunner to manage my test scripts. The initial setup seemed to work fine, but when I attempt to push changes from LoadRunner, the following error appears:
Error:
Git Operation Failed
Error pushing changes to remote repository.Details:
too many redirects or authentication replaysSuggestions:
- Please make sure that your machine is connected to the Internet.
- A proxy server is correctly configured in Git. For more details on configuring the proxy settings, refer to the Git documentation.
I have verified the internet connectivity and the Git proxy settings, but the issue persists. Interestingly, when I perform the same operations (push
, pull
) from Git Bash using HTTPS, everything works perfectly, indicating that there are no issues with the repository configuration on GitHub or the credentials used.
Questions
- Has anyone experienced this issue when integrating GitHub with LoadRunner using HTTPS? How did you resolve it?
- Is there any specific configuration in LoadRunner or Git that I should adjust to avoid this error?
I appreciate any help or suggestions you can provide! This issue is affecting my workflow, and any advice would be greatly appreciated.