我正在使用DigitalOcean来部署我的网站。我选择droplet为ubuntu并按照说明安装git,如How To Install Git on Ubuntu 14.04所述。然后我到达了它所说的部分:
Now, you can make the package and install it by typing these two commands:
make prefix=/usr/local all
sudo make prefix=/usr/local install
我尝试了这个命令,但我得到了make: *** No rule to make target
所有'。停止。我google搜索此问题所以我发现以下内容安装make:
sudo apt-get update
sudo apt-get install build-essential
我尝试再次使用make命令,但我什么都没得到。还有什么可能是问题?!
答案 0 :(得分:2)
要求: 1.安装腻子http://www.putty.org/ 2.数字海洋上的小滴 3.您已经在数字海洋上创建了水滴,并通过电子邮件(IP地址,用户名和密码)接收了三件事。
下面的链接显示了您的要求: 1. https://progtec.wordpress.com/2015/10/17/how-to-install-droplet-on-digital-ocean/