1、启动服务 systemctl restart mysqld.service 报错: 启动数据库Can‘t connect to MYSQL server through socket ''var/lib/mysql/mysql.cock(146 lock timed out:Retry tran ...
                            
                            
                                分类:
数据库   时间:
2021-07-05 17:35:04   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    参见: https://git-scm.com/book/zh/v2 https://www.liaoxuefeng.com/wiki/896043488029600 ...
                            
                            
                                分类:
其他好文   时间:
2021-07-05 17:30:18   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    参见: 下载:https://git-scm.com/download/win 安装教程:https://www.jianshu.com/p/bebba0d8038e ...
                            
                            
                                分类:
其他好文   时间:
2021-07-05 17:28:58   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                资源准备 角色主机名ip系统 master m8s-master01 192.168.219.160 CentOS 7.9.2009 node m8s-node01 192.168.219.164 CentOS 7.9.2009 软件信息 软件版本 docker 19.03.11 kubernete ...
                            
                            
                                分类:
其他好文   时间:
2021-07-05 17:28:38   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    linux上安装,以centos 7.x为例 yum命令安装 yum install gityum install 安装的git不是最新版本,如需最新版本需要自行编译 到下面的网站下载合适的版本 https://mirrors.edge.kernel.org/pub/software/scm/git ...
                            
                            
                                分类:
系统相关   时间:
2021-07-05 17:05:30   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    基础命令 #查看系统configgit config --system --list #查看当前用户(global)配置git config --global --list 当你安装Git后首先要做的事情是设置你的用户名称和e-mail地址。这是非常重要的,因为每次Git提交都会使用该信息。它被永远 ...
                            
                            
                                分类:
其他好文   时间:
2021-07-05 16:58:20   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    1.问题: Warning: Permanently added 'github.com' (RSA) to the list of known hosts. git@github.com: Permission denied (publickey). fatal: Could not read f ...
                            
                            
                                分类:
其他好文   时间:
2021-07-05 16:56:22   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                cd /etc/yum.repos.d/ rm -f CentOS-Base.repo CentOS-AppStream.repo CentOS-PowerTools.repo CentOS-centosplus.repo CentOS-Extras.repo curl -o CentOS-Base ...
                            
                            
                                分类:
其他好文   时间:
2021-07-05 16:52:40   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    有时候我们会遇到有这样的需求,在某个分支上改的代码想提交到另一个分支或者是提交前忘记切换分支,而当前commit的分支则不再push到远端服务。最常见的就是master上拉去的代码,经过我们的修改后 提交 但是这时候发现push的时候master 被锁了(没有权限),然后我们想要提交到dev分支上但 ...
                            
                            
                                分类:
其他好文   时间:
2021-07-02 16:36:07   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    #查看当前centos操作系统的版本 cat /etc/redhat-release ##执行结果: ##第一步安装openjdk,版本可以根据自己安装sonarqube的版本而定; 安装过程可参见我的另一篇博客: 链接地址:https://www.cnblogs.com/cndevops/p/14 ...
                            
                            
                                分类:
其他好文   时间:
2021-07-02 16:32:35   
                                阅读次数:
0