質問"GitHub for Windows"を使ってSubversionリポジトリをクローンする方法は?
私はGitHub for Windowsがインストールされていると私は「Windows用のGitHub」と一緒に来て「Gitのシェル」とSubversionリポジトリのクローンを作成できるかどうかを疑問に思いました。
試行錯誤
私は次のことを試してみました:
- のWindows> [スタート]> [すべてのプログラム]> [GitHubに、株式会社> Gitのシェル
- GitのシェルPowerShellウィンドウから:
git-svn clone -s http://example.com/my_subversion_repo .
次に、このエラーメッセージが表示されます。
The term 'git-svn' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the
name, or if a path was included, verify that the path is correct and
try again. At line:1 char:8
+ git-svn <<<< clone -s http://example.com/my_subversion_repo .
+ CategoryInfo : ObjectNotFound: (git-svn:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
グーグル
はい、私はすでにグーグルが、答えを見つけることができませんでした。
- のgit - SVN:Effectively Using Git With Subversion
- GitHub for Windows help
- "github windows" subversion checkout
- how to clone a subversion repository with "github for windows"
ダーン!ハイフンなし。ありがとうございました! – Lernkurve