问题原因当前登录的用户没有修改当前目录的权限,没有权限。正常Linux系统 centos 登录用户为root Ubuntu 为ubuntu解决方案第一步,查看当前登录的用户权限用指令whoami 执行 whoami 你们得到是什么就用什么。扩展: whoami是操作系统中用于查看当前有效用户...
问题描述今天新弄了一台服务器,配置git账户对应的ssh密钥信息,但git clone 项目时候是提示报错此问题, fatal: could not create work tree dir 'qingtinghr-server': Permission denied提示没有权限创建工作目录,权限拒绝,这里确实是权限问题了解决方案...
当遭遇冲突我们会发现会有提示是哪个文件造成冲突,Merge conflict in index.html Automatic merge failed; fix conflicts and then commit the result. 提示就是index.html造成了 冲突,一般来说造成这个问题是由于之前未提交的内容,导致线上分支和本地分支...
! [rejected] master -> master (fetch first)error: failed to push some refs to 'https://gitee.com/youyacao/youyacao-tools-fashion.git'hint: Updates were rejected because the remote contains work that you do nothint: have locally. Thi...
问题背景npm error code E404npm error 404 Not Found - GET https://registry.npmjs.com/@fortawesome%2ffontawesome-pro - Not foundnpm error 404npm error 404 '@fortawesome/fontawesome-pro@^6.4.0' is not in this registry.npm error 404npm error 4...
问题背景npm error Incorrect or missing password.npm error If you were trying to login, change your password, create annpm error authentication token or enable two-factor authentication thennpm error that means you likely typed your password...
问题背景$ npm install electron -gnpm ERR! code CERT_HAS_EXPIREDnpm ERR! errno CERT_HAS_EXPIREDnpm ERR! request to https://registry.npm.taobao.org/electron failed, reason: certificate has expirednpm ERR! A complete log of this run can be fou...
问题解决方案1,问题node环境之Error: Cannot find module ‘chalk’ 无法进行 npm run build或者devinternal/modules/cjs/loader.js:934 throw err; ^Error: Cannot find module 'chalk'Require stack:- G:\clone\doc.youyacao.com\web_src\build\check-ve...
Get “https://nodejs.org/dist/latest/SHASUMS256.txt“: dial tcp 104.20.22.46:443: i/o timeout 问题解决方案1,切换下载镜像源分别执行以下两行,切换npm和node的下载源nvm npm_mirror https://npmmirror.com/mirrors/npm/nvm node_mirror https://npmmi...
开发背景如题,今天遇到一个老客户有个问题,他公司购买了别人公司的产品在给客户使用,但是想让他们的客户使用他们的域名访问,因此就是A网站中其实加载B内容,B内容不可被下载,不可右键点击查看即可,整个需求一分析,JavaScript脚本就可以做到啦,html中...