ssh - After the upgrade to TortoiseGit v1.8.15.0 and Git v2.5.0 hosts cannot be found -
i've updated tortoisegit v1.7.*
v1.8.15.0
, git 1.*
v2.5.0.windows.1
. trying perform remote operation pull
i'm getting errors:
git.exe pull -v --progress "origin"
unable open connection: host not existfatal: not read remote repository.
please make sure have correct access rights , repository exists.
git did not exit cleanly (exit code 1) (1747 ms @ 19.08.2015 18:43:33)
i changed ssh client
setting tortoisegitplink
putty
. didn't work well, putty error
provided following information:
unuble open connection github.com-foo
host not exist
i work aliases , ~/.ssh/config
looks this:
#github.com-foo account host github.com-foo hostname github.com user git identityfile ~/.ssh/id_rsa_foo #github.com-bar account host github.com-bar hostname github.com user git identityfile ~/.ssh/id_rsa_bar
that worked before upgrade , still working in msys
.
tortoisegit seems ignore config
. how make tortoisegit respect config
again?
putty , tortoisegitplink not respect .ssh/config
(as described in e.g. multiple github accounts & ssh config or https://gist.github.com/jexchan/2351996). both tools store, windows tools, configuration in registry.
for using putty in scenario, please see tortoisegit manual - tips , tricks ssh/putty.
ps: .ssh/config
config file openssh. if want use openssh, set ssh client ssh.exe
in tortoisegit network settings (there no need use full path ssh.exe
on %path%
):
Comments
Post a Comment