Github: is it possible to download master archive via ssh (without the git client) -
i trying connect git repository hosted on github router.
the router has wget not support ssl connections; github allows http downloads via ssl. not option update firmware of router enable wget support ssl connections; or update router git client.
the router can access github via ssh.
for example,
ssh git@github.com -i git.key git-receive-pack username/repo.git
is possible download either individual files in repository or master archive using similar ssh command?
the other alternative can think of setup web proxy on remote server can use wget access repository, adding dependency process.
thanks,
if create clone using
git clone --bare ssh://url/repo.git
master archive.
theoretically if scp
command in open (it not) can copy using scp
Comments
Post a Comment