Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Github svn2git错误PROPFIND请求失败_Github - Fatal编程技术网

Github svn2git错误PROPFIND请求失败

Github svn2git错误PROPFIND请求失败,github,Github,我在32位Windows7下安装了Ruby、RubyGems和svn2git svn2git https://code.google.com/p/skyrim-plugin-decoding-project/ --rootistrunk --revision 1:1693 --authors ~/authors.txt --verbose 上述行返回以下错误: Running command: git svn init --prefix=svn/ --no-metadata --trunk=h

我在32位Windows7下安装了Ruby、RubyGems和svn2git

svn2git https://code.google.com/p/skyrim-plugin-decoding-project/ --rootistrunk --revision 1:1693 --authors ~/authors.txt --verbose
上述行返回以下错误:

Running command: git svn init --prefix=svn/ --no-metadata --trunk=https://code.g
oogle.com/p/skyrim-plugin-decoding-project/
Initialized empty Git repository in e:/tes5edit/.git/
RA layer request failed: PROPFIND request failed on '/p/skyrim-plugin-decoding-p
roject': PROPFIND of '/p/skyrim-plugin-decoding-project': 405 Method Not Allowed
 (https://code.google.com) at /usr/lib/perl5/site_perl/Git/SVN.pm line 310

command failed:
git svn init --prefix=svn/ --no-metadata --trunk=https://code.google.com/p/skyri
m-plugin-decoding-project/
我读了一些关于svnadmin的文章,所以我尝试了以下方法

svnadmin: E205000: Repository argument required
我不知道争论会是什么

我从未使用过GitBash或任何这些程序。我不知道应该用什么命令来解决这个问题。我也是Git的新手,对Git几乎没有经验

git svn clone http://my-project.googlecode.com/svn/ \
      --authors-file=users.txt --no-metadata -s my_project
标准命令也会给出错误

E:\TES5Edit_Git> git svn init https://code.google.com/p/skyrim-plugin-decoding-p
roject/
Initialized empty Git repository in E:/TES5Edit_Git/.git/
E:\TES5Edit_Git [master]> git config svn.authorsfile ./authors.txt
E:\TES5Edit_Git [master +1 ~0 -0 !]> git svn fetch
RA layer request failed: PROPFIND request failed on '/p/skyrim-plugin-decoding-p
roject': PROPFIND of '/p/skyrim-plugin-decoding-project': 405 Method Not Allowed
 (https://code.google.com) at /usr/lib/perl5/site_perl/Git/SVN.pm line 148

E:\TES5Edit_Git [master +1 ~0 -0 !]>

只要它能回购,我就可以推动,我不在乎怎么做。然而,一开始我没有一个标准的设置,也不知道我在做什么。因此,我希望克隆在提交1开始,并考虑root为主,所有提交任何类型的文件夹,重新命名文件夹,移动文件夹,删除文件夹,所有作为分支创建的所有东西。< /P> < P>在询问一些朋友后,我意识到我一直在使用错误的URL。< /P>
svn2git http://skyrim-plugin-decoding-project.googlecode.com/svn/ --rootistrunk --revision 1:1693 --authors ~/authors.txt --verbose
这应该是正确的初始状态