Skip to content

error: failed to mmap. Could not write data: Permission denied #1886

@bharathkv6

Description

@bharathkv6

error: failed to mmap. Could not write data: Permission denied.

Getting this error while executing the following code

repository.fetchAll({
    callbacks: {
      certificateCheck: function () {
        return 0;
      },
      credentials: function (_url: string, userName: string) {
        return Git.Cred.sshKeyNew(
          userName,
          sshPublicKeyPath,
          sshPrivateKeyPath,
          ''
        );
      }
    }
  })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions