Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
instawebは Windowsで使えますか?
D:/myrepo に裸のリポジトリがあり、instawebを使用してこのように表示し たい
このコマンドを試しました
git instaweb --httpd=webrick
しかし、私はこのエラーが発生しました
git: 'instaweb' is not a git command. See 'git --help'.
前もって感謝します。
instaweb コマンドは、バージョン 1.9.0 の時点で、Windows ではまだサポートされていません。これは、Windows リリース ノートの「既知の問題」に記載されています。
既知の問題点 • 一部のコマンドは、Windows ではまだサポートされておらず、インストールから除外されています。つまり、git archimport、git cvsexportcommit、git cvsimport、git cvsserver、git instaweb、git shell です。
既知の問題点
• 一部のコマンドは、Windows ではまだサポートされておらず、インストールから除外されています。つまり、git archimport、git cvsexportcommit、git cvsimport、git cvsserver、git instaweb、git shell です。