git提示:Unable to find remote helper for 'https'

因为 /usr/libexec/git-core/ 路径没在 PATH 环境变量中解决办法1. 将所有的URL中的http、https 改成git2. 将 /usr/libexec/git-core 纳入 PATH,至少在使用 git 之前,设置一下PATHPATH=$PATH:/usr/libexec/git-core或直接在 /etc/profile 中修改另一种情况如果上述方法未能解决...
阅读全文

Ubuntu安装sysv-rc-conf

安装sysv-rc-confapt-get install sysv-rc-confsysv-rc-conf简介sysv-rc-conf是一个强大的服务管理程序,群众的意见是sysv-rc-conf比chkconfig好用。Ubuntu运行级别Linux系统任何时候都运行在一个指定的运行级上,并且不同的运行级的程序和服务都不同,所要完成的工作和要达到的目的都不同,系统可以在这些运行级之间进行...
阅读全文