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
git2-rs is blocking on RemoteConnection over cafe WiFi but works fine on my home network. Sometimes this happens with git when I'm on a public WiFi so I checked and git will pull or clone with SSH over the same network. Is there a configuration piece missing I overlooked? I see RemoteCallacks has proxy config and cert checks in addition to the credentials callback I'm using.
The program works great when the connection doesn't hang indefinitely. Here's an excerpt of where it hangs and here is the complete example.
git2-rs is blocking on RemoteConnection over cafe WiFi but works fine on my home network. Sometimes this happens with git when I'm on a public WiFi so I checked and git will pull or clone with SSH over the same network. Is there a configuration piece missing I overlooked? I see RemoteCallacks has proxy config and cert checks in addition to the credentials callback I'm using.
The program works great when the connection doesn't hang indefinitely. Here's an excerpt of where it hangs and here is the complete example.
Thank you for the great examples in this crate. It helped me put together my work smoothly!
The text was updated successfully, but these errors were encountered: