I use sourcetree,
when I need git clone, try use sourcetree.
my url ssh://git@192.168.3.98:/mydirectory/111.git
but occur This is not a valid source path / URL I check detail.
Command: git -c diff.mnemonicprefix=false -c core.quotepath=false ls-remote
ssh://git@192.168.3.98:/var/www/git.repos/git.src/blackeye/iosplayer.git
Output:
Error: Access denied
Access denied
Access denied
Access denied
Access denied
FATAL ERROR: Server sent disconnect message
type 2 (protocol error):
"Too many authentication failures for git"
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
and I search google. it may ssh client configuration problem, and set mercurial and set git .
I set SSH Client Configuration. set ssh key, ssh client putty plink.
and mercurial and git always update
how to fix this problem?