基础命令 #查看系统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
![](https://img2020.cnblogs.com/blog/2110730/202107/2110730-20210702171127365-1950785821.png) ![](https://img2020.cnblogs.com/blog/2110730/202107/2110... ...
分类:
其他好文 时间:
2021-07-05 16:47:52
阅读次数:
0
1、去树莓派官网下载镜像 https://www.raspberrypi.org/software/operating-systems/#raspberry-pi-os-32-bit 2、去github上下载 https://github.com/dhruvvyas90/qemu-rpi-kerne ...
官网配置详解 1.从官网下载最新版本的calico部署文件 # 下载的etcd版本 curl https://docs.projectcalico.org/manifests/calico-etcd.yaml -o calico.yaml 2.配置外置etcd,这里使用的和master同一个etcd ...
分类:
其他好文 时间:
2021-07-05 16:43:09
阅读次数:
0
网站提示报错 文件无法上传,好像是/tmp满了 实际是数据盘满了 于是先扩容 https://www.cnblogs.com/toumingbai/p/10216142.html 再新加一块磁盘,格式化成ext4 挂载 mkfs.ext4 /dev/vdc mount /dev/vdc /data/ ...
分类:
其他好文 时间:
2021-07-02 16:36:40
阅读次数:
0
有时候我们会遇到有这样的需求,在某个分支上改的代码想提交到另一个分支或者是提交前忘记切换分支,而当前commit的分支则不再push到远端服务。最常见的就是master上拉去的代码,经过我们的修改后 提交 但是这时候发现push的时候master 被锁了(没有权限),然后我们想要提交到dev分支上但 ...
分类:
其他好文 时间:
2021-07-02 16:36:07
阅读次数:
0
https://www.cnblogs.com/mushishi/p/14959933.html ...
分类:
其他好文 时间:
2021-07-02 16:33:37
阅读次数:
0
import com.hankcs.hanlp.HanLPimport org.apache.spark.rdd.RDDimport org.apache.spark.{SparkConf, SparkContext}import scala.collection.immutable.StringO ...
分类:
其他好文 时间:
2021-07-02 16:33:14
阅读次数:
0
https://www.cnblogs.com/sewain/p/14961678.html ...
分类:
系统相关 时间:
2021-07-02 16:32:52
阅读次数:
0