issues Search Results · repo:libgit2/libgit2sharp language:C#
Filter by
1k results
(87 ms)1k results
inlibgit2/libgit2sharp (press backspace or delete to remove)In Ensure.HandleError function, since we do not have an exception for handling network errors, when fetch fails and the
exception of type LibGit2SharpException exception is thrown, its thrown with arguments ...
asinghmodesttree
- Opened 5 hours ago
- #2159
I m blocked in updating to the latest libgit2sharp because of an apparently new failure that causes process crashes.
From this test run:
The active test run was aborted. Reason: Test host process crashed ...
AArnott
- 2
- Opened 11 days ago
- #2158
Hello,
I am facing this issue on MacOS 15.4.1 Sequoia, Apple M2.
I am trying to push some changes I made, to the remote location but I get the following exception thrown when pushing
(cloning and committing ...
SamirKharchi
- Opened 23 days ago
- #2156
Hi,
I am trying to use LibGit2Sharp with .Net MAUI (.NET 9) and installed the latest Nuget Package (v0.31.0). But whenever I
try to clone a repository, I get the following exception thrown:
System.TypeInitializationException: ...
SamirKharchi
- 1
- Opened 28 days ago
- #2154
When running new Repository(dir) on a sha256 enabled repo, it fails with a LibGit2SharpException stating _unknown object
format sha256 _.
see: https://git-scm.com/docs/hash-function-transition
at ...
embix
- Opened 29 days ago
- #2153
When using libgit2 on repos on a DevDrive in Windows11, it gets to a crawl. Really extremely slow, but it seems to stem
from libgit itself, not sure yet. Same repos on a normal drive and all is nice and ...
Hefaistos68
- 1
- Opened on May 19
- #2152
using var repo = new Repository(repoPath);
var remote = repo.Network.Remotes[ origin ]?.Url;
Remote will contain both the user the token used in cloning.
https://git-user:git-access-token@github.com/orgname/reponame.git ...
aboggis-lc
- Opened on May 15
- #2151
Summary
When using libgit2sharp to push an initial commit that includes a .github folder (with valid contents), the push fails
silently — no error is thrown, and the remote is not updated. If the folder ...
annamalai-ofl
- Opened on May 13
- #2150
For CI processes we have repositories that are cloned with --filter=blob:none . Also we have a repository cache folder
that we set via .git/objects/info/alternates .
When we try to access the blob contend ...
kammerjaeger
- Opened on May 5
- #2149

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.