updating pymode repository error: server does not allow request
updating pymode repository error: server does not allow request
我运行以下命令:
git submodule update --init --recursive
我得到了
error: Server does not allow request for unadvertised object 837ecd3d7a8597ab5f28bc83072de68e16470f1e
Fetched in submodule path 'submodules/pylama', but it did not contain 837ecd3d7a8597ab5f28bc83072de68e16470f1e. Direct fetching of that commit failed.
转到插件文件夹(对我来说是 ~/.vim/bundle/python-mode),然后转到问题插件文件夹并同步子模块(在 git 配置和 .[=17= 之间) ]模块):
cd submodules/pylama
git submodule sync
在此之后您应该可以照常更新 python 模式。
我通过删除旧的 pymode 并重新安装它解决了这个问题。
我运行以下命令:
git submodule update --init --recursive
我得到了
error: Server does not allow request for unadvertised object 837ecd3d7a8597ab5f28bc83072de68e16470f1e
Fetched in submodule path 'submodules/pylama', but it did not contain 837ecd3d7a8597ab5f28bc83072de68e16470f1e. Direct fetching of that commit failed.
转到插件文件夹(对我来说是 ~/.vim/bundle/python-mode),然后转到问题插件文件夹并同步子模块(在 git 配置和 .[=17= 之间) ]模块):
cd submodules/pylama
git submodule sync
在此之后您应该可以照常更新 python 模式。
我通过删除旧的 pymode 并重新安装它解决了这个问题。