Skip to content

issues Search Results · repo:rust-lang/git2-rs language:Rust

Filter by

515 results
 (327 ms)

515 results

inrust-lang/git2-rs (press backspace or delete to remove)

I m using Tauri to develop git-based mobile code editor. When trying to initiate a git repo, I got this strange message: 06-22 12:20:13.301 12486 12501 I smbcloud.Movibe: Compiler allocated 5042KB to ...
  • keypair34
  • Opened 
    on Jun 22
  • #1174

Summary Initialising and updating submodules fails when trying to authenticate via SSH key using the credentials callback. From the error message it seems as though setting the callback to pass to libgit2 ...
  • michaeldavies32
  • Opened 
    on Jun 17
  • #1167

Summary Tried to clone and submodule-update repo where some submodules point to detached commits; got object not found error; could not find any configuration option in git2-rs that would help. Expected ...
  • jkoppel
  • Opened 
    on May 27
  • #1164

Getting error while pushing a new branch using library unpacking the sent packfile failed on the remote; class=Net (12) but if I go to directory and try to push the branch using Git with command, it ...
  • sudeeptarlekar
  • Opened 
    on May 7
  • #1162

Reproduction code: use std::path::Path; use git2::Indexer; fn main() { Indexer::new( None, Path::new( pack-deb8057d446a5ab60cd17f2ff20862add62b883b.pack ), 0, false, ...
  • jacks0n9
  • 1
  • Opened 
    on May 5
  • #1159

Sudden Performance Degradation in Async RepoBuilder::clone (approx. 10 min delay) Problem Description: I am experiencing a significant and sudden performance degradation when cloning repositories using ...
  • mrab72
  • Opened 
    on Apr 30
  • #1158

These fields are in the git_blame_hunk in the libgit2, but not in the rust BlameHunk. Could these be added?
  • kojiishi
  • 5
  • Opened 
    on Apr 29
  • #1157

The Object::into_blob returns Result Blob repo , Object repo . Since its error type is Object repo , which doesn t implement the std::error::Error trait, it can t use the ? operator. error[E0277]: the ...
  • kojiishi
  • 3
  • Opened 
    on Apr 28
  • #1156

Dear git2 community, I am using git2 crate in my project however, I am having difficulties with github build pipeline because it will fail due to the lack of openssl-sys. I always clone using https, would ...
  • Masber
  • 5
  • Opened 
    on Apr 17
  • #1154

Here is some contextual information: git2 = 0.20 // Cargo.toml dependency LIBGIT2_NO_VENDOR= 0 // env var forcing git2-rs to build libgit2 When using the x86_64-pc-windows-msvc toolchain, I receive ...
  • unicorn-madness13
  • 1
  • Opened 
    on Mar 29
  • #1152
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub