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.
不确定我是否需要升级 git 或者我有什么配置或损坏?
我可以推、拉、标记其他所有东西,只是似乎无法列出藏匿处和其他东西。如果它是一个错误(git stash list或git show return console output: " most +s +'/---': 1: most: not found " ),我似乎无法找到它。
我实际上可以存储和弹出项目。使用 git 版本:1.7.5.4
您已将 git 配置为most用作寻呼机,但未安装该命令。要么安装它,要么选择一个不同的寻呼机。寻呼机设置可能来自core.pagergit 配置文件之一中的设置或$GIT_PAGER环境变量。
most
core.pager
$GIT_PAGER