最近访问github非常困难,可以尝试设置代理:
$ git config --global http.proxy 127.0.0.1:1087
查看和取消代理的命令如下:
$ git config --global http.proxy
$ git config --global --unset http.proxy
最近访问github非常困难,可以尝试设置代理:
$ git config --global http.proxy 127.0.0.1:1087
查看和取消代理的命令如下:
$ git config --global http.proxy
$ git config --global --unset http.proxy
In WSL (Ubuntu), install build tools:
$ sudo apt update
$ sudo apt install build-essential
http://festvox.org/packed/festival/2.5/
$ cd /cygdrive/c
git clone https://github.com/hgneng/ekho.git
下载 Windows 版和 Mac 版 Visual Studio 2019 (microsoft.com)
把VS2019 Ekho工程文件里C++预处理器定义从
_DEBUG
WIN32
_WINDOWS
_USRDLL
SYSTEM_IS_WIN32
NO_SSE
_WIN32_WINNT
改成
WIN32
_DEBUG
_CONSOLE
SYSTEM_IS_WIN32
composer config -g repo.packagist composer https://mirrors.aliyun.com/composer
composer config secure-http false // 不确定是否需要
参考:
sudo apt install composer
对于Drupal7,运行composer global require drush/drush:7.x,drush会被安装到~/.config/composer/vendor/bin/drush
对于Drupal9,在Drupal9目录下运行composer require drush/drush,drush会被安装到vendor/bin/drush
安装完后创建一个符号链接到/usr/local/bin/drush以方便调用。
可以开机启动,异常退出时能自动重启。
最新评论