正在尝试从以下url下载声音文件:https://github.com/wesbos/JavaScript30/tree/master/01%20-%20JavaScript%20Drum%20Kit/sounds
然而,对于TortoiseSVN,该软件表示它无法识别该url路径。
在url中将树更改为主干,尝试了不同的目录,但仍然看到相同的错误消息。
收到以下错误消息:
https://github.com/wesbos/JavaScript30/tree/master/01%20-
%20JavaScript%20Drum%20Kit/sounds doesn't exist发布于 2019-06-16 14:37:25
您甚至不能使用Github的SVN-bridge checkout子树的repo (因为它无论如何都是Git ),并且必须获取整个存储库。对于https://github.com/wesbos/JavaScript30.git存储库for SVN-clients,它将是(AFAICS) https://github.com/wesbos/JavaScript30 URL
https://stackoverflow.com/questions/56616446
复制相似问题