我刚刚将远程存储库克隆到本地虚拟机中。
当我运行git log或 时git diff,它显示
error: cannot run most: No such file or directory
Run Code Online (Sandbox Code Playgroud)
我在网上找不到与此问题相关的任何答案,这就是我在这里发帖的原因。有什么线索吗??
我们的服务器操作系统为CentOS 6.8,即使我已安装,我仍在尝试安装google-cloud-sdk
/ usr / local / bin中的python 2.7
,它仍在查看旧版本
/ usr / bin中的python 2.6
。我尝试export PATH=/usr/local/bin:$PATH先看/ usr / local / bin而不是/ usr / bin,但问题仍然存在。请提出一种解决方法。
linux google-app-engine python-2.7 centos6 google-cloud-platform