GithubHelp home page GithubHelp logo

Comments (4)

ronymeyer avatar ronymeyer commented on July 18, 2024 1

Did it ever work for you? I have the same issue with version 0.30 with GitHub, issue started around 18 hours ago, without any code changes.
Pulling with the same credentials works.

from libgit2sharp.

Jo64 avatar Jo64 commented on July 18, 2024 1

Same problem here.
We use 0.27.2 with the Personal access token and have no code changes and now we also get the error message when pushing.
LibGit2Sharp.LibGit2SharpException: request failed with status code: 500.
An update to 0.30.0 throws the same error message

repository.Network.Push(mainBranch, new PushOptions()
{
	CredentialsProvider = new LibGit2Sharp.Handlers.CredentialsHandler(Credentials),
	OnPushStatusError = new LibGit2Sharp.Handlers.PushStatusErrorHandler(PushStatusError),
});

public LibGit2Sharp.Credentials Credentials(string url, string usernameFromUrl, LibGit2Sharp.SupportedCredentialTypes types)
{
	return new LibGit2Sharp.UsernamePasswordCredentials
	{
		Username = Token,
		Password = String.Empty
	};
}
public void PushStatusError(PushStatusError pushStatusErrors)
{
	System.Diagnostics.Debug.WriteLine($@"{nameof(PushStatusError)} Reference: {pushStatusErrors.Reference} Message: {pushStatusErrors.Message}");
	throw new Exception($"PushStatusError: {pushStatusErrors.Message}");
}
LibGit2Sharp.LibGit2SharpException
  HResult=0x80131500
  Message=request failed with status code: 500
  Source=LibGit2Sharp
  StackTrace:
   at LibGit2Sharp.Core.Ensure.HandleError(Int32 result)
   at LibGit2Sharp.Core.Proxy.git_remote_push(RemoteHandle remote, IEnumerable`1 refSpecs, GitPushOptions opts)
   at LibGit2Sharp.Network.Push(Remote remote, IEnumerable`1 pushRefSpecs, PushOptions pushOptions)
   at LibGit2Sharp.Network.Push(IEnumerable`1 branches, PushOptions pushOptions)

from libgit2sharp.

rocklan avatar rocklan commented on July 18, 2024

I'm having the same issue. Using version 0.30.

from libgit2sharp.

ronymeyer avatar ronymeyer commented on July 18, 2024

What fixed it for us is to specify the credentials only on pull but not on push.

from libgit2sharp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.