问题描述今天新弄了一台服务器,配置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中...
引言:优雅草分发平台的故障与解决近日,优雅草分发平台(youyacaocn)在运行过程中遭遇了一次数据库访问故障。在排查过程中,技术人员发现问题的根源在于MySQL的sql_mode设置过于严格,导致部分SQL语句执行失败。通过将sql_mode调整为宽松模式(NO_AUTO_CREA...