1
vote
2answers
267 views

How to get Read+Write access to github via plink?

SSH access to github has been blocked in China, I followed this tutorial to setup a ssh tunnel: $ plink -N myuser@myhomessh.com -pw mypassword -L 9418:github.com:9418 $ git clone ...
2
votes
0answers
443 views

Configuring msysgit to use putty/plink

Apologies in advance for the basic question - I'm new to git and am sure that I'm missing something super easy that someone could answer very quickly. During the msysgit installation I specified that ...
11
votes
3answers
6k views

How do I set GIT to use Plink.exe

I'm trying to configure Git to use Plink, now for some reason this option isn't available to me I tried uninstalling and reinstalling Git a hundred times I can't get to this option
1
vote
1answer
2k views

plink Password Over and Over

I am using plink as part of GIT setup and I have setup my remote keys correctly and can connect via Putty. However, when I attempt to run msysgit and TortiseGit to clone a git directly - enter the ...