centos下go get 问题 发表评论 今天在下载chromiumos 代码的时候,按照google官网的提示步骤下载的时候, 提示Unable to find remote helper for ‘http’,发现原来是git安装不完全 的问题造成的。如果是centos,用下面命令安装即可 yum -y install git-core gitk git-gui