git svn clone:在commit <sha>中找不到<file>

Aim*_*ast 5 svn git codeplex git-svn

我正在尝试git svn clone从Codeplex的SSH.NET存储库.我的命令是:

git svn clone https://sshnet.svn.codeplex.com/svn/
Run Code Online (Sandbox Code Playgroud)

但它始终会以错误消息停止.这是我第一次遇到错误git svn clone,我不知道这个SVN存储库是如何特殊的.

我试图谷歌寻求答案,但我找到的任何东西都不适合我.我读过了:

这是错误消息:

r9445 = e8eb2162b4e5cc6b5b5129f0739c4f60cc42a58a (refs/remotes/git-svn)
        M       Renci.SshClient/Renci.SshNet/Sftp/SftpFileStream.cs
        M       Renci.SshClient/Renci.SshNet/Sftp/SftpFile.cs
        M       Renci.SshClient/Renci.SshNet/SshCommand.cs
        M       Renci.SshClient/Renci.SshNet/Shell.cs
        M       Renci.SshClient/Renci.SshNet/SftpClient.cs
        M       Renci.SshClient/Renci.SshNet/PrivateKeyFile.cs
        M       Renci.SshClient/Renci.SshNet/ConnectionInfo.cs
r9486 = 91aea22d35ad41f70fa583d262438cf00a0a117d (refs/remotes/git-svn)
        M       Renci.SshClient/Renci.SshNet/Security/Cryptography/Ciphers/RsaCi
pher.cs
        A       Renci.SshClient/Renci.SshNet/Security/Cryptography/RsaKey.cs
Renci.SshClient/Renci.SshNet/Security/Cryptography/RsaDigitalSignature.cs was no
t found in commit 91aea22d35ad41f70fa583d262438cf00a0a117d (r9486)
Run Code Online (Sandbox Code Playgroud)

小智 1

$ git svn fetch --ignore-path hoge
Run Code Online (Sandbox Code Playgroud)

hoge是有错误的文件的路径。(Renci.SshClient/Renci.SshNet/安全/加密/RsaDigitalSignature.cs)