git status中文乱码解决目录[TOC]报错$ git status
On branch main
Your branch is ahead of 'origin/main' by 2 commits.
(use "git push" to publish your local commits)
Untracked files:
(use "git add <file>...
安装docker-compose(解决docker-compose莫名其妙报错)目录[TOC]报错全新的Ubuntu 24.04使用apt安装docker-compose,执行docker-compose up -d后会报错比如:Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/docker/api/client.py", line 214, in _retrieve_se...
解决macOS Docker Mounts Denied的问题:手动编辑配置文件目录[TOC]Error response from daemon: Mounts denied:
The path /home/pd_crack is not shared from the host and is not known to Docker.
You can configure shared paths from Docker -> Preferences... -> Resour...
解决Ubuntu升级中的"Can't mark 'ubuntu-desktop' for upgrade"错误问题描述: 在升级Ubuntu 23.04 LTS到23.10 的过程中,在执行do-release-upgrade命令时出现以下错误信息:2023-12-16 23:38:23,642 INFO no old nvidia driver installed, installing no new
2023-12-16 23:38:23,643 DEBUG Removing 'gno...
Github action报错Error: Version 3.9.17 with arch x64 not foundRun actions/setup-python@v1
Error: Version 3.9.17 with arch x64 not found
Available versions:
3.10.13 (x64)
3.11.5 (x64)
3.7.17 (x64)
3.8.18 (x64)
3.9.18 (x64)主要就是python-version这一块,GitHu...
目录[TOC]报错systemd挂载远程硬盘后,systemctl status xxxx报错如下Fatal error: failed to mount FUSE fs: fusermount: exec: "fusermount": executable file not found in $PATH解决方法apt -y install fuse
目录[TOC]报错在Debian使用docker时遇到如下报错,所有容器都是这样:其中xxx_container_name是对应容器的名字Creating xxx_container_name ... error
ERROR: for xxx_container_name Cannot start service xxx_container_name: AppArmor enabled on system but the docker-default profile could not...
通过ip进入网页报错:/usr/lib/lua/luci/dispatcher.lua:461: bad argument #1 to 'pairs' (table expected, got nil)
stack traceback:
[C]: in function 'pairs'
/usr/lib/lua/luci/dispatcher.lua:461: in function 'createtree'
/usr/lib/lua/luci/dispatcher...
目录[TOC]报错ERROR: for xxx UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=70)
ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
If you encounter this issue regular...
目录[TOC]报错使用Navicat Premium连接mysql时可以连接,但是创建新数据库时报错:1044 - Access denied for user 'root'@'%' to database 'enjoy!!'解决方法可能是因为root没有权限法一:直接修改权限表:
root@server:~# mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g...
目录[TOC]问题执行mysql_secure_installation进行初始化时报错:Failed! Error: SET PASSWORD has no significance for user 'root'@'localhost' as the authentication method used doesn't store authentication data in the MySQL server. Please consider using ALTER USER inst...
目录[TOC]问题执行grant all on . to root@’%’ identified by ‘password’ with grant option;时报错:ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mysql&g...
目录[TOC]报错:ERROR: Failed to program FILTER chain: iptables failed: iptables --wait -I FORWARD -o br-49ee1c83a0ac -j DOCKER: iptables v1.8.7 (nf_tables): Chain 'DOCKER' does not exist
Try `iptables -h' or 'iptables --help' for more information.
(ex...