Monthly Archive: August 2020

在 PhpStorm 中提示:Invalid VCS root mapping。The directory \vendor\wartron\yii2-uuid is registered as a Git root, but no Git repositories were found there。 0

Prompt in phpstorm: Analysis of Invalid VCS root mapping

浏览量: 16 1. In phpstorm prompt: Invalid vcs root mapping. The directory <project>\vendor\wartron\yii2-uuid is registered as a git root, but no git repositories were found there. as shown in Figure 1 2. Click Configure...

参考网址:https://github.com/unknwon/the-way-to-go_ZH_CN/blob/master/eBook/09.8.md 。通过指令编译并安装包到本地:go install uc, 这会将 uc.a 复制到 E:\wwwroot\go\pkg\windows_amd64 下面。 0

Compile and install packages in Go locally in Go: Go install UC, which will copy uc.a to e:\wwwroot\go\pkg\windows_amd64

浏览量: 14 1. Reference URL:https://www.shuijingwanwq.com/2020/07/02/4288/. Previously, the code file could only be placed below: C:\Users\Administrator\Go\Src. Put it in: E:\wwwroot\go\src will report an error. 2. Edit the environment variable – the user variable of Administrator...

查看 Nginx 的错误日志:PHP message: PHP Fatal error: require(): Failed opening required '/mcloud/www/cmcp-api/vendor/composer/../myclabs/deep-copy/src/DeepCopy/deep_copy.php'。 0

php message php fatal required() failed opening requiredmcloudwwwcmcp-apivendorcomposer..myclabsdeep-copysrcdeepcopydeep_copy.phpanalysis solution

浏览量: 16 1. View the error log of nginx: php message: php fatal error: require(): failed opening required/mcloud/www/cmcp-api/vendor/composer/../myclabs/deep-copy/src/deepcopy/deep_copy.php. as shown in Figure 1 2. Check the file on gitlab and find the directory: /vendor/composer/../myclabs/deep-copy...

在 jenkins 中构建镜像时,报错:fatal: Could not read from remote repository.。虽然 Packagist 镜像地址已经切换为阿里云:https://mirrors.aliyun.com/composer/ 。查看 Dockerfile。 0

When building an image in Jenkins, an error is reported: Fatal could not read from remote repository

浏览量: 13 1. When building an image in Jenkins, an error is reported: fatal: could not read from remote repository. Although the Packagist image address has been switched to Alibaba Cloud:https://mirrors.aliyun.com/composer/. View Dockerfile. as...