Forum Discussion

deepakmodi06's avatar
deepakmodi06
Occasional Visitor
2 years ago

ReadyAPI | Connecting to GIT gives error

ReadyAPI | Connecting to GIT gives error

Version: 3.41.0

 

Error:

There was an issue when connecting with remote repository provided.

 

In error logs I see below:

    at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:749)   

       at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207)   

       at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)   

       at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)   

       at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)   

       at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)   

       at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)   

   Caused by: org.eclipse.jgit.errors.TransportException: https://github.com/....: connection failed   

       at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:729)   

       at org.eclipse.jgit.transport.TransportHttp.openFetch(TransportHttp.java:465)   

       at org.eclipse.jgit.api.LsRemoteCommand.execute(LsRemoteCommand.java:170)   

       at org.eclipse.jgit.api.LsRemoteCommand.call(LsRemoteCommand.java:131)   

       at com.smartbear.readyapi.integrations.vcs.git.GitCommandHelper.testConnection(GitCommandHelper.java:255)   

       ... 95 more   

Caused by: java.net.ConnectException: Connection time out: github.com

 

Please suggest the solution.

 

No RepliesBe the first to reply