Registry / utility / git-ssh-wrapper

git-ssh-wrapper

JSON →
library0.2.0rbrubygemsunverified

Generate a permissive GIT_SSH wrapper script using a private key string or file for use with git commands that need ssh.

gem install git-ssh-wrapper
INSTALL
IMPORT
SIG · GIT-SSH-WRAPPER
G
git-ssh-wrapper
utilityrubyv0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GitSSHWrapper
require 'git-ssh-wrapper'

Creates an SSH wrapper script for git operations.

require 'git-ssh-wrapper' wrapper = GitSSHWrapper.new(private_key: '/path/to/key') ENV['GIT_SSH'] = wrapper.script_path system('git clone git@github.com:user/repo.git')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
git-ssh-wrapper — gem install git-ssh-wrapper · libregistry