git2-rs
git2-rs copied to clipboard
libgit2 bindings for Rust
Adding the content to facilitate Windows users in troubleshooting SSH issues
Some overlap with https://github.com/rust-lang/git2-rs/pull/635 but that PR has been open for years.
I am not sure what the exact condition is, as the code works in some cases. It fails on aarch64. ``` [Current thread is 1 (Thread 0xffff8e7b7c00 (LWP 5))] Missing...
I have tried many methods, and even ChatGPT4 cannot solve my problem, so I want friends who have free time to help me solve it. I am really unfamiliar with...
Hi, For reasons, I can only access github via SSH over HTTPs. I can configure this using global config file. But I dont know how to do it in git2-rs....
In case the repo state is not clean as in we have some changed files, some deleted, some new ones, etc. How do I remove all new untracked files and...
I'm attempting to clone a private GitHub repository via HTTPS, as mandated by my work requirements. However, I'm encountering difficulties with the login process. I have attempted to use Cred::userpass_plaintext...
git2-rs (0.19.0) on Mac does not appear to support using passworded ssh keys from ssh-agent. I haven't yet tested on Linux but I'd like to make something that works on...
I need some way of passing filters to the host server [like using this parameter in git clone](https://git-scm.com/docs/git-clone#Documentation/git-clone.txt-code--filtercodeemltfilter-specgtem) but couldn't find anywhere in the docs it mentioned being able to...
When used inside GUI application, git2 causes console window to appear temporarily, due to execution of sh. Command needs special flags to prevent that. More details: https://stackoverflow.com/a/60958956 (For context -...