Warum läuf git svn clone auf Mac OS Catalina nicht mehr?
Wolte ein svn Repo clonen, mit git svn clone und es kommt diese Fehlermeldung: git: ’svn‘ is not a git command:
Und es ist doch ein git Kommando. Apple hat in Catalina die git Tools wie git-svn entfernt. In den Releasenotes zu 10.15 heißt es zu Xcode
Deprecations
Command line tool support for Subversion — including svn, git-svn, and related commands — is no longer provided by Xcode. If you need Subversion or related command line tools, install the Command Line Tools package by running xcode-select –install. (50266910)
Die installierte Git Version ist auch nicht die aller neueste. Also mit MacPort eine neu git Version und gleich ein paar Tools mehr installieren mit:
sudo port install git +svn +doc +bash_completion +gitweb
Nachdem die Konsole restartet wurde, gibt ein
git –version
auch die aktuelle Version an:
git version 2.26.2
und ein git svn –help
läuft nun auch.
Warum nicht gleich so.
Ähnliche Artikel:
- Was tun, wenn bei Mac OS X 10.8.2 Mont. Lion bei port selfupdate der Fehler „macports::selfupdate [array get global_options] base_updated“ kommt?
- MacPorts auf macOS Catalina 10.15 installieren und dann Maven 3
- Was ist mit Git push Github mit Two-factor Authentication (2FA) anders? Oder warum läuft die Git unterstüzung in NodeRED nicht?