DomandaCome clonare un repository Subversion con "GitHub per Windows"?
ho GitHub for Windows installato e chiedevo se posso clonare un repository Subversion con il "Git Shell" che arriva con "GitHub for Windows".
Tentativi ed errori
ho provato la seguente:
- di Windows> Start> Tutti i programmi> GitHub, Inc> Git Shell
- Dalla finestra Git Shell PowerShell:
git-svn clone -s http://example.com/my_subversion_repo .
Quindi, ho ricevuto questo messaggio di errore:
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
Sì, ho già googled, ma non ha trovato una risposta.
- 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"
Dannazione! Nessun trattino Grazie! – Lernkurve