是否可以在windows上使用instaweb?
我在D:/myrepo有一个裸存储库,我想使用instaweb来查看它,就像这一样
我试过这个命令
git instaweb --httpd=webrick但我有个错误
git: 'instaweb' is not a git command. See 'git --help'.提前谢谢。
发布于 2014-03-05 19:46:07
从1.9.0版开始,Windows还不支持instaweb命令。它列在Windows发布说明中的“已知问题”下:
已知问题 ·Windows上还不支持某些命令,并且将其排除在安装之外,即: git archimport、git cvsexportcommit、git cvsimport、git cvsserver、git instaweb、git shell。
发布于 2019-07-24 07:58:30
我让它在MSYS2中使用了git:
pacman -S gitpacman -S rubygit instaweb -d webrickhttps://stackoverflow.com/questions/19868433
复制相似问题