nodegit icon indicating copy to clipboard operation
nodegit copied to clipboard

Native Node bindings to Git.

Results 161 nodegit issues
Sort by recently updated
recently updated
newest added

I'm facing issues trying to install nodgit on my local machine. Here is the error message. Could you please help me? ``` arun@tuxnest:~/projects/expressJsTemplate$ npm install nodegit npm WARN deprecated [email protected]:...

## System information - node version: 16.5.0 - npm or yarn version: 3.1.0 - OS/version/architecture: Windows 11 x64 - Applicable nodegit version: 0.27.0/0.28.0-alpha.9 - MSVS Version: 2017 ``` node -v...

## System information - node version: v18.1.0 - npm or yarn version: 8.8.0 - OS/version/architecture: Win 10 21H1 OS Build 19043.1706 - Applicable nodegit version: Stable ([email protected]): 0.28.3 ``` node...

## System information - node version: v16.4.0 - npm or yarn version: npm 7.18.1 - OS/version/architecture: macOS 11.6 - Applicable nodegit version: latest master, 4561dcb7c120474a4553baa27e4c4c2f4be23a2b ``` node -v: v16.4.0 npm...

@ianhattendorf Please update to the latest libgit2 1.3.2 as it fixes some urgent windows bugs, see: https://github.com/libgit2/libgit2/releases/tag/v1.3.2

Hello! I know I'm new here, but the following change(s) are quite non-invasive and I thought I'd contribute back `:D`. ## Overview ## `got` had a `moderate` security issue that...

No major API changes besides a couple new struct init functions. Template updates are due to the git_buf/git_str split. Also I removed all the headers from the libgit2.gyp file because...

Getting the constructor template is slow, we can get a 30% gain creating NodeGit objects if we get the constructor template only once.

## System information - node version: v17.1.0 - npm or yarn version: 8.1.3 - OS/version/architecture: ArchLinux 5.15.4-arch1-1 - Applicable nodegit version: latest ```npm install node-git``` fails, is there any workaround?...

my repository is too big, will take a lot of time to clone. sometime, i hope to stop clone action. so,how to stop clone?