You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I test the connection to a git repository without cloning it?
I have a UI where the user fills in the data for connecting to a git repository. After they click on connect, I want to check if they can connect to the specified repository without cloning it, as cloning can take several minutes or even hours and happens in the background in a queue.
Is there any way to do this in pygit2?
The text was updated successfully, but these errors were encountered:
How can I test the connection to a git repository without cloning it?
I have a UI where the user fills in the data for connecting to a git repository. After they click on connect, I want to check if they can connect to the specified repository without cloning it, as cloning can take several minutes or even hours and happens in the background in a queue.
Is there any way to do this in pygit2?
The text was updated successfully, but these errors were encountered: