We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Once merged, #1202 raised this strange issue. Attached is the Travis build log.
/Users/travis/build/libgit2/libgit2sharp/CI/build.msbuild (Deploy) -> (Test target) -> : error : LibGit2Sharp.Tests.CloneFixture.CanClone(url: "http://github.com/libgit2/TestGitRepository"): LibGit2Sharp.LibGit2SharpException : curl error: Recv failure: Connection reset by peer\n : error : at LibGit2Sharp.Core.Ensure.HandleError (Int32 result) [0x00000] in <filename unknown>:0 at LibGit2Sharp.Core.Ensure.ZeroResult (Int32 result) [0x00000] in <filename unknown>:0 at LibGit2Sharp.Core.Proxy.git_clone (System.String url, System.String workdir, LibGit2Sharp.Core.GitCloneOptions& opts) [0x00000] in <filename unknown>:0 at LibGit2Sharp.Repository.Clone (System.String sourceUrl, System.String workdirPath, LibGit2Sharp.CloneOptions options) [0x00000] in <filename unknown>:0 at LibGit2Sharp.Repository.Clone (System.String sourceUrl, System.String workdirPath) [0x00000] in <filename unknown>:0 at LibGit2Sharp.Tests.CloneFixture.CanClone (System.String url) [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 : error : LibGit2Sharp.Tests.FetchFixture.CanFetchIntoAnEmptyRepository(url: "http://github.com/libgit2/TestGitRepository"): LibGit2Sharp.LibGit2SharpException : curl error: Recv failure: Connection reset by peer\n : error : at LibGit2Sharp.Core.Ensure.HandleError (Int32 result) [0x00000] in <filename unknown>:0 at LibGit2Sharp.Core.Ensure.ZeroResult (Int32 result) [0x00000] in <filename unknown>:0 at LibGit2Sharp.Core.Proxy.git_remote_fetch (LibGit2Sharp.Core.Handles.RemoteSafeHandle remote, IEnumerable`1 refSpecs, LibGit2Sharp.Core.GitFetchOptions fetchOptions, System.String logMessage) [0x00000] in <filename unknown>:0 at LibGit2Sharp.Network.DoFetch (LibGit2Sharp.FetchOptions options, LibGit2Sharp.Core.Handles.RemoteSafeHandle remoteHandle, System.String logMessage, IEnumerable`1 refspecs) [0x00000] in <filename unknown>:0 at LibGit2Sharp.Network.DoFetch (LibGit2Sharp.Core.Handles.RepositorySafeHandle repoHandle, LibGit2Sharp.Remote remote, LibGit2Sharp.FetchOptions options, System.String logMessage, IEnumerable`1 refspecs) [0x00000] in <filename unknown>:0 at LibGit2Sharp.Network.Fetch (LibGit2Sharp.Remote remote, LibGit2Sharp.FetchOptions options, System.String logMessage) [0x00000] in <filename unknown>:0 at LibGit2Sharp.Network.Fetch (LibGit2Sharp.Remote remote, LibGit2Sharp.FetchOptions options) [0x00000] in <filename unknown>:0 at LibGit2Sharp.Tests.FetchFixture.CanFetchIntoAnEmptyRepository (System.String url) [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
1202.log.txt
/cc @ethomson @jamill @carlosmn
The text was updated successfully, but these errors were encountered:
I'm not sure what's so strange about these error messages. Servers reset connections all the time.
Sorry, something went wrong.
ok.
No branches or pull requests
Once merged, #1202 raised this strange issue. Attached is the Travis build log.
1202.log.txt
/cc @ethomson @jamill @carlosmn
The text was updated successfully, but these errors were encountered: