摘要:error: failed to push some refs to 'https://github.com/Qtoken/......' 1. 问题描述:执行命令:git push origin master 将git仓库项目 添加到github非空仓库报错 2.返回内容: error: fail
阅读全文
posted @ 2020-05-14 11:41
|
|
|
随笔分类 - Error
摘要:error: failed to push some refs to 'https://github.com/Qtoken/......' 1. 问题描述:执行命令:git push origin master 将git仓库项目 添加到github非空仓库报错 2.返回内容: error: fail
阅读全文
posted @ 2020-05-14 11:41
摘要:No match for argument: mysql-community-server Error: Unable to find a match: mysql-community-server 1.centos8.0上安装mysql服务时,使用以下命令报错: yum install mysql
阅读全文
posted @ 2020-05-12 16:12
摘要:-bash: java-version: command not found 操作步骤: 进入服务器,输入:java -version 返回:-bash: java-version: command not found 输入:source /etc/profile 再次输入:java -versio
阅读全文
posted @ 2020-05-12 14:49
摘要:[Err] 1062 - Duplicate entry '1' for key 'PRIMARY' mysql数据库: 把表1的所有数据,插入到表2 字段取值规则 id 取id stu_id 取id c_name 取 uname istester 和 grade字段,给默认值 60 insert
阅读全文
posted @ 2020-05-06 00:46
|
|