我刚刚开始通过puttycyg在cygwin下运行Vim.我觉得这比windows下的gVim要好得多;)
无论如何,fugitive.vim插件导致Vim需要15-20秒才能启动.Vim启动后,一切看起来都很正常.从那时起我可以正常使用fugitive.vim.
造成这种缓慢的原因是什么?与cygwin有关我敢打赌......有什么想法吗?
我一直在使用PuTTYcyg作为Cygwin终端,但它没有正确地在手册页中呈现破折号.例如,顶部man gcc
看起来像
GCC(1) GNU GCC(1) NAME gcc â GNU project C and C++ compiler SYNOPSIS gcc [âc|âS|âE] [âstd=standard] [âg] [âpg] [âOlevel] [âWwarn...] [âpedantic] [âIdir...] [âLdir...] [âDmacro[=defn]...] [âUmacro] [âfoption...] [âmmachineâoption...] [âo outfile] infile...
更改字体无济于事.我怎样才能解决这个问题?
我一直在使用puttycyg作为我的rails开发的Cygwin终端.我在项目管理网站上设置了一个git存储库,现在我想用以下命令将代码推送到它:
git push origin master
Run Code Online (Sandbox Code Playgroud)
我收到以下错误:
error: cannot run ssh: No such file or directory
fatal: unable to fork
Run Code Online (Sandbox Code Playgroud)
我知道ssh用于身份验证,但我不知道是否需要设置任何东西才能使用它.