因为自己的问题,在Git设置邮箱的时候打成了域名,一直没有发现,直到在Gitee上看项目的时候,发现了两个我的头像,才知道自己的配置错了。笑 如果你只是想要修改最后一次提交的历史(没有推送到远程服务器),可以使用命令: git commit --amend 像我这样的,只能重写整个Git历史。 为了 ...
分类:
其他好文 时间:
2021-03-01 13:20:48
阅读次数:
0
mac已然成为办公人士的首先,高效的macOS系统才是关键,如何更好的发挥其强悍的作用呢,这几个使用技巧您非常有必要了解一下,跟上脚步来一起看看吧~ 掌握这几个使用技巧,让您的mac办公效率翻倍~ 最常使用的快捷键 初次接触 Mac OS X 的你可能没完全体会到快捷键操作的便捷。不光是系统,很多常 ...
分类:
系统相关 时间:
2021-03-01 13:09:14
阅读次数:
0
国内安装(可用): /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" ...
分类:
系统相关 时间:
2021-03-01 13:01:27
阅读次数:
0
git记录 初始化: git version //查看git版本 git init //初始化仓库 cd 路径 //改变路径,windows命令 touch 文件名 //创建文件,windows命令 配置用户: git config --global user.name '用户名' git conf ...
分类:
其他好文 时间:
2021-02-27 13:31:46
阅读次数:
0
protoc 编译工具 windows 平台下载对应平台的 protobuf,并配置环境变量 protobuf linux 环境先安装依赖 sudo apt-get install autoconf automake libtool curl make g++ unzip git clone htt ...
分类:
其他好文 时间:
2021-02-27 13:31:02
阅读次数:
0
# # +SCRIPT BY Alexander Ezharjan+ # # +date : 2020/12/12 + # # +contact : ezhar.cnblogs.com + # # import sys import os import time print( """ XX MMMM ...
分类:
编程语言 时间:
2021-02-27 13:11:28
阅读次数:
0
step1: 打开网站:https://www.ipaddress.com/,分别搜索github.com,github.global.ssl.fastly.net,codeload.github.com,获取对应的ip地址 step2: sudo vi /etc/hosts i进入编辑模式,esc ...
分类:
系统相关 时间:
2021-02-27 13:05:50
阅读次数:
0
测试 输入以下命令 git version返回版本号就表示成功 如 git version 2.20.1 (Apple Git-117) 检测本地是否有ssh cd ~/.ssh 此命令可以进入到.ssh文件目录下ls 此命令显示目录下的所有文件 生成ssh密钥 ssh-keygen -t rsa ...
分类:
系统相关 时间:
2021-02-27 13:01:29
阅读次数:
0
克隆: git clone 链接 下载: git pull 上传: git config --global user.email “” 首次设置 git config --global user.name “” 首次设置 git add 文件名/文件 git commit -m “” 设置备注 gi ...
分类:
其他好文 时间:
2021-02-26 13:33:06
阅读次数:
0
例如: https://github.com/Leslin/thinkphp5-restfulapi 改为: https://github1s.com/Leslin/thinkphp5-restfulapi 即可实现。 文章来源:刘俊涛的博客 欢迎关注公众号、留言、评论,一起学习。 ________ ...
分类:
其他好文 时间:
2021-02-26 13:32:30
阅读次数:
0