报错:
git.exe pull --progress -v --no-rebase “origin”
git: ‘git@gitee.com’ is not a git command. See ‘git --help’.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
使用 git 命令行能行 ,但是使用 小乌龟就不行,是不是小乌龟没配置对
解决办法
密钥对配置:若使用 SSH 连接远程仓库,确保在 TortoiseGit 中正确配置了 SSH 密钥。在 TortoiseGit 的设置中,进入 “Network” 选项卡,检查 “SSH client” 字段是否设置为正确的 SSH 客户端路径,一般默认是 “C:\Program Files\Git\usr\bin\ssh.exe”。